Christophe HOARAU

Results 34 comments of Christophe HOARAU

Thanks for the enlightenment, I didn't know this API

Hi, I just find out this project, haven't tried yet but it looks like what I wanted. My main use-case : load translations data, and check session still valid. It...

Hi Irrelon, I'd love to help but currently I'm stuck too. If I manage to get some free time later this year (not soon) I will try to help. This...

Hi, Thanks that's looks great. Sadly I will not be able to test it before a few weeks as I have to complete something else first. About async, maybe you...

I think fully async is best than fully sync. Sync is really great for readability, but with async/await feature coming soon in javascript (at least I hope so) async code...

Here is an example : ``` dbCollection.ensureIndex( { targetId: 1, targetType: 1, } ); ``` ``` dbCollection.explain({targetType: "52", targetId: "52", "test": "45"});// -> no index used dbCollection.explain({"test": "45", targetId: "52",...

Hi, Yes I was thinking about the same options. Options 3 would be great but I don't know much about this api.

Should be optionally activated to reduce overhead maybe.