Sabine, thank you very much! It's very helpful, work fine.
2017-04-30 17:09 GMT+03:00 Sabine Manaa :
> Khrystyna ,
>
> I also use a new version of mongo with authentication (but only old
> version) and wired Tiger.
>
> I am not sure but possibly you can try to overwrite the following method
> to
Hello, Holger!
When I'm using MongoTalk in Pharo 5 and MongoDB 3.4 I can only get a list
of existing databases, using command
Mongo default open databases.
But when I want to get some database's collection
(Mongo default open databaseNamed: 'SomeDatabase')
collectionAt:'SomeCollection'.
it ret
Thanks!
But I've just handled it by using STON fromString:
Khrystyna.
2017-04-17 19:14 GMT+03:00 Ben Coman :
>
> On Mon, Apr 17, 2017 at 1:30 AM, Христина Михайлюк <
> chrismihay...@gmail.com> wrote:
>>
>>
>> Actually, I need this interpretation {7. 8. &q
Thank you very much!
But could you help me, please, to setup SmaCC into my Pharo?
Your's faithfully,
Khrystyna Mykhailiuk
2017-04-16 20:57 GMT+03:00 Tudor Girba :
> Hi,
>
> SmaCC ships with a JS parser. Please take a look at it.
>
> Cheers,
> Doru
>
>
> > On Apr 16, 2017, at 3:42 PM, chrismihayl
Thank you very much!
Now I understand.
Actually, I need this interpretation {7. 8. "f"} for writing parser of
javascript queries which is used in MongoDB shell, to be able to execute
this with MongoQuery Pharo class.
Maybe, you could help me how to implement it?
2017-04-16 18:19 GMT+03:00 Esteba
Now I understand. Thank you very much! =)
2017-04-01 17:48 GMT+03:00 Peter Uhnak :
> Hi,
>
> I wanted to point you to the new Spec book ( http://files.pharo.org/books-
> pdfs/spec/2017-01-23-SpecBooklet.pdf ), but apprently it's not there.
>
> Many Spec widgets have examples accompanying them, so
Thanks a lot.
2016-05-11 20:48 GMT+03:00 Stephan Eggermont :
> On 11-05-16 14:32, Khrystyna Mykhailiuk wrote:
>
>> I would like to implement some shortcuts at the window of an object of
>> ComposableModel class.
>> Can anybody help me to understand which methods I should override?
>>
> Just take
Thank you very much =)
2016-02-09 23:45 GMT+02:00 julien :
> Hi, try something like:
>
> tm := TreeModel new.
> tm roots: yourCollection.
> tm hasChildrenBlock: [ :item | item isDictionnary ].
> tm childrenBlock: [ :item | item keysAndValues ].
>
> I wrote that from my phone but I think it is wor