Timothee Cour

Results 450 comments of Timothee Cour

* @JohnAD @ba0f3 here's an update: * I created a new mongo atlas cluster with version 3.6.19 (instead of 4.x), which defaults to authMechanism=SCRAM-SHA-1, and I can connect to it...

> I'll work on getting my fork to work with SHA256 and my Atlas cluster. that's great to hear. Note though that the problem may lie elsewhere according to the...

note: some (partial) success here: https://github.com/mashingan/anonimongo/issues/5#issuecomment-671200396

ping on this, without indexes mongo can be much slower this is how vibe.d (in D) does the API: http://vibed.org/api/vibe.db.mongo.collection/MongoCollection.ensureIndex ## links * https://docs.mongodb.com/manual/reference/method/db.collection.createIndex/ * http://vibed.org/api/vibe.db.mongo.collection/MongoCollection.ensureIndex * http://api.mongodb.com/python/current/api/pymongo/collection.html?highlight=indexes#pymongo.collection.Collection.create_indexes

yes, it could be a separate nimble package (that would depend on nimongo/bson); but can we keep it open as placeholder

just saw your post after submitting https://github.com/SSPkrolik/nimongo/issues/63 ; for the maintenance (+ testing) burden, https://github.com/SSPkrolik/nimongo/issues/63 could help

@yglukhov how would I translate this to async? ```nim for ai in mc.find(query).limit(2).items(): echo ai ``` EDIT: see https://github.com/SSPkrolik/nimongo/pull/57/commits/3ada6cdaf9719cdf5d9f14a428c5e0fc1170acd0 for my approach to this

will be fixed in https://github.com/wheineman/nrpl/pull/17

will be fixed in https://github.com/wheineman/nrpl/pull/17