Valeri Karpov
Valeri Karpov
You're looking at the `mongoose-double` npm package, that one is out of date and should be deprecated. We publish updates to this repo as `@mongoosejs/double`: https://www.npmjs.com/package/@mongoosejs/double. And in my experience...
Thanks for the heads up, I [deprecated mongoose-double on npm](https://www.npmjs.com/package/mongoose-double). We may investigate an option to store JavaScript numbers consistently as doubles in MongoDB, your argument makes sense. The decision...
Hi, I don't think Purr has support for either of those. Our ETL setup is really more of an EL, we do minimal transformation of the data between MongoDB and...
Hi, sure! PRs are always welcome.
I'm not able to repro the "not storing sessions to the database" issue, both [our tests](https://github.com/mongodb-js/connect-mongodb-session/blob/50c80519f54983c3d0a2f6ee6828bacffa5c58dd/test/examples.test.js#L49-L123) and the following script seem to store sessions just fine: ```javascript var express =...
Heya. Just been looking at the work you've done with connect-mongo, it's looking a lot better than it was back when I started this module in late 2014 :) Among...
My reasoning for not supporting shared connection pools is 1) too many mongoose issues related to old versions of connect-mongo, 2) easier to reason about performance, 3) cleaner API. Re:...
Not currently supported, but PRs are welcome.
What's the status of bson-rs, how complete / stable is it? We were planning on just using FFI around https://github.com/mongodb/libbson. I think our general idea is to focus on a...