Worms David

Results 251 comments of Worms David

`Array` and `any` doesn't seem the same, am I missing something ?

I think it has been fixed with #30

It feel like this scenario is covered in the [handler error test](https://github.com/adaltas/node-stream-transform/blob/master/test/handler.error.coffee). I will try to reproduce your issue based on what you provided above.

Hi @kundeng The project is still actively developed. @RReivax, could you provide us with some feedback on the status, I am interested as well.

I don't remember that we have a validation function.

Like in most in my libraries, I welcome contributions in this regard and then try to maintain those but I am not a TypeScript user, sometimes I need help to...

I would appreciate some help in this matter. I am not a TypeScript user nor an expert.

I have been hesitating, as a matter of fact. If you wish to go full TS, why not.

> return plugin.hooks[name].map(function(hook){ It is always an array. the property `plugin.hooks[name]` is normalized at line 81 with the `normalize_hook` function.

> Not so sure about `this[key]` in this line : This refers to the error object instance. In here, we add any property of the `contexts` arguments to the error...