Icebob

Results 390 comments of Icebob

Yes, it would be good to drop lodash lib from the core repo. The most important method is the `_.defaultsDeep`. It is used in many places, so it's the most...

Hmm, good idea!

By the way, I've just found [`cac`](https://github.com/cacjs/cac) which is same as `args` but no dependencies. Only need to change the `glob` to avoid another [big branch](https://npm.anvaka.com/#/view/2d/moleculer)

Ohh, thanks @lukeed, I didn't see it.

@abdavid Here is a list about the used Lodash methods: ![image](https://user-images.githubusercontent.com/306521/82689665-25e5de00-9c5b-11ea-8c08-2f66e1028d70.png)

Ok, go ahead :)

Here there are some native implementation: https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore#quick-links

Yes, you can with `npm run bench`. It executes common performance benchmark tests, so you can measure before & after with it.

Currently it is not available to catch transporter errors.

Currently, I don't know, how we can resolve it. A workaround: - disable `internalServices` in broker options - copy the [source of `$node` service](https://github.com/moleculerjs/moleculer/blob/master/src/internals.js) - change the `params` to Joi...