Icebob

Results 390 comments of Icebob

The problem is that Express builtin error-handler doesn't use the `err.code` in the `MoleculerError`s. To convert it, use something similar error handler for Express: ```js const { ServiceBroker } =...

Hmm, it looks parser's conflict is solved by time. Yes, please create a PR with the fixes. Thanks in advance!

I have no idea. You can check the busboy source code.

Thanks, looks good, but I will check it in more detail next days.

In a microservices architecture application, you should define the boundaries. So I think the Users & Roles are two separated entity with relation. But you should solve the relation in...

Please create a repro example

Why this issue related to moleculer-web if you use Koa?