Icebob

Results 390 comments of Icebob

Alternative, if you copy the CBOR serializer code and walk the payload in `serialize` method and remove functions. It beats the performance pretty well, this is why I don't do...

Please create a repro example.

Good idea, could you create a PR? E.g. you can check that the `uri` is a connection object https://github.com/moleculerjs/moleculer-db/blob/2495439daed36abec823cdebc090e5d332de9329/packages/moleculer-db-adapter-mongoose/src/index.js#L22

Please create an exact repro code on repl.it.

I mean a working example that works on repl.it without transporter and MySQL (use sqlite)

I need a repro example (without any external tools and schemas) what I can debug to investigate the problem.

Could you create a repro repo?

You can't add middlewares in services. The `req`, `res` is not serializable.