Jérémie Campari

Results 6 issues of Jérémie Campari

Hello, Is it possible to have async transformations functions ? During transformation, i would like to made another mongoose request. So, is it possible to add a callback to transformation...

Hello, All the problem is describe in title ! Thanks ! ``` > [email protected] install /Volumes/DataHD/.../project/node_modules/memwatch > node-gyp rebuild child_process: customFds option is deprecated, use stdio instead. CXX(target) Release/obj.target/memwatch/src/heapdiff.o In...

Hello, I move to Mongo 3.4.3 (previously 2.x). Since migration, Mubsub has a bug. When I launch the project I have the following error : ``` Development/core.node/node_modules/mongodb/lib/utils.js:98 process.nextTick(function() { throw...

Hello, With Node 8.1.2 and Mongo 3.4.3 I have the following warning at start : ``` the options [uri] is not supported the options [prefix] is not supported the options...

Hello, I move to Mongo 3.4.3 (previously 2.x). Since migration, my project has a bug and after some investigations, I strongly suspect Socket.io-mongodb. When I launch the project I have...

Hello, Is paperwork clone all objects or just when there is too much fields ? For example if I have this schema ` var schema = { age: Number };...