Icebob

Results 390 comments of Icebob

I can't reproduce because I've got error from clinic: ``` process exited with exit code 1 - Analysing dataError: No files matching the pattern found at notFound (d:\Work\tmp\mol-clinic\node_modules\@nearform\node-trace-log-join\index.js:66:15) at combine...

@marbemac if it contains big changes which can cause problems for developers who are using the current typescript definitions, that I will be able to accept the PR in the...

@edurdias not yet. I'm collecting the major features/changes what will be implemented in 0.15. I think it can be released only in 22H1.

@Vslava as I see, your main problem is that in the `catch` case we didn't throw further the original error. So if we add a `throw err` into the `catch`...

The problem with `Object.assign` is that it doesn't copy the object deeply, only the first level. And there are other differences in the logic how they handle arrays, `null`, `undefined`.

I will write a unit test with _.defaultsDeep with moleculer use-cases, and after that, we will able to create a custom implementation.

@lukeed do you have any awesome (fast & no deps) lib to replace the huge `glob` lib? :smile:

vorpal is more than the ink. It has a REPL mode with command & argument handling and autocomplete feature. Ink (as soon as I can see) is a react based...

@joshmanders good news. It would be good if you could fix it. I plan to publish the fixed vorpal under the org like: @moleculer/vorpal

@tinchoz49 great, yes, cliffy can be an alternative. _Btw, I've starred it for a while :P_