Icebob
Icebob
as I see, all import codes changed to ESM and `tsup` generates CJS version, right? Can we change the logic to keep everything in CJS and generate ESM with `tsup`?
I'm waiting for PR because I have no idea how implementing it correctly. So instead of additional requirement comments please provide a draft PR with a solution if you have....
This is the expected functionality. The reason is, that the auto aliases function executes with a little delay to wait for all services should be started. In the case of...
CI is failed
The integrated busboy is just an option for file uploading. You can disable it and add another Express middleware solution like formidable. I've just created another file upload example with...
Yes, you have no access to `req` in remote nodes. Moleculer is a microservices framework and not a web framework, you can't have access to the original request because the...
Yeah, it looks good.
LGTM, but could you add some sentences and example about it into the docs/README.md, please? moreover, I should check what happened with GH actions, because CI is not executed on...
Good idea, could you create a PR?
It can be good but it's not as easy as you think :) If you search for "$$" in the code you will see that the validator uses `$$root`, `$$async`,...