Paul Melnikow

Results 167 comments of Paul Melnikow

I don't seem to have any special access to the organization in Azure Pipelines. Could you try to invite me again? I'm sending you an email from the email address...

I see it now, thanks!

Hi @syoyo, does this change look okay to you?

Hi @syoyo, I sent you an email about this.

I'm getting stuck on this issue too. > - Check if input file is ASCII or Binary and report an error if a file contains Binary data. This makes sense...

The code review service LGTM reports a warning related to string escaping, which may be related to this. https://github.com/siimon/prom-client/blob/24bfd0f57ed7391fc2da2b1aff577e92cd7db6a3/lib/registry.js#L4-L12 They recommend using a sanitization library: https://lgtm.com/rules/1506222917439/ If there's an easy...

At present there is no GridFS support in ObjCMongoDB. 10gen released a brand new C driver a couple weeks ago, so my next steps for development are to start working...

Are you using Mongo 3 or 2.6? Maybe it's related to #22. You may want to post on Stack Overflow. I haven't tested with a replica sets.

That seems like a nice idea, it's something I could see adding. I haven't investigated whether the legacy C driver will properly handle concurrent background requests. I could look into...

I researched a similar issue for a client last year. They gave me permission to publish this report. Mongod 3.0 is only compatible with [certain versions of each driver](http://docs.mongodb.org/manual/release-notes/3.0-compatibility/#driver-compatibility-changes). For...