Ruben Bridgewater
Ruben Bridgewater
I would like to have a conclusion about the primordials before changing things in that direction further.
That would be great! Using `util.inspect(error)` would indeed be the correct way. Side note: we might want to add a linter rule that prevents using `.stack` in `lib`. It might...
In case leading whitespace is not required: it's possible to define that as an option using `util.inspect()`. That way there's no need to trim the whitespace (even though I believe...
> Is your problem related to implementing RESP in a non-blocking way, so that you need to take state about how much you parsed so far in order to continue...
@AngusP that would work but it does not sound like a good solution to me. In most cases the data type would be the plain response, so wrapping the return...
The issue is actually a V8 bug. See https://github.com/nodejs/node/issues/41714#issuecomment-1186214383
It is indeed a good idea to throw an error in such case / to at least log something for now. The main issue is that it applies to multiple...
@jdalton thanks a lot for looking into this!
@jdalton is there any further update?