Pierre Biezemans
Pierre Biezemans
Hey, Would it be possible to add the possibility of having control over the payload sent on POST to `addPath`? It would be useful to be able to choose the...
Hello, It is possible to do lean query with moleculer-db-adapter-mongoose? https://mongoosejs.com/docs/api.html#query_Query-lean Does find method have an interest in not using lean ? ` find(filters) { return this.createCursor(filters).exec(); } ` Thx.
Hello, I try react-cloudinary, but I can not use options. My code: `` Url returned: `http://res.cloudinary.com/CLOUDINARY_NAME/image/upload/PUBLIC_ID` The cloudinary name (configured with cloudinaryConfig) and the public id are correct. But i...