Ilya Shaisultanov

Results 31 comments of Ilya Shaisultanov

Same over here, worker fails silently if anything is wrong.

Oh, I was going to report this same thing about preview not refreshing automatically. That'd be awesome to have.

Agreed. At least I would like to see the rationale behind this.

Turns out you can just use git without this! 😝

I think you're right :) I'd go with mongo's own parser. I'm also planning to switching this module to use MongoClient so it supports connection string but I don't have...

As I mentioned in the #25 there's a branch [feature/use-mongoclient](https://github.com/diversario/connect-mongostore/tree/feature/use-mongoclient) that breaks compatibility with current versions and uses MongoClient. I would really love for someone to try it in real...

Nicely done! I'll review the PR shortly. In the meantime, I actually have a branch [here](https://github.com/diversario/connect-mongostore/tree/feature/use-mongoclient) that attempts the same, I presume, thing - switch to use MongoClient and clean...

I'll look into it next week (no bandwidth this week). In the meanwhile, pull requests are more than welcomed! :)

If you're still interested - there's a WIP branch https://github.com/diversario/connect-mongostore/tree/feature/use-mongoclient with support for connection string. Care to give it a try?