Pelle Wessman
Pelle Wessman
@staltz Good input! I have made an issue about adding that to `stackWithCauses()` 👍 https://github.com/voxpelli/pony-cause/issues/22
@staltz `ErrorWithCause` is meant to be a drop in replacement for the standardised `new Error('foo', { cause: err })`, to be used in contexts where the built in one isn't...
Here's a screenshot of how Node 16.14.0 `console.log` handles it:
Eg. `pino` has got support merged as well: https://github.com/pinojs/pino-std-serializers/pull/78
@staltz That sounds like a good approach to it, I’ll try to make it happen soon 👍
@staltz What's your thoughts on this solution? https://github.com/voxpelli/pony-cause/pull/23
@sam-github @richardlau I have posted a new PR that replaces the closed #906 and again pushes for changing the default behavior to be `TCP_NODELAY`: https://github.com/nodejs/node/issues/34185
> > Do you have an idea of an adequate test plan? > > I would just override the `setNoDelay` method. So basically: Override the `setNoDelay` method in two tests...
@rustyconover Feels like the tests should be fairly quick to wrap up, need some help or you have time to fix them yourself?
This isn't a breaking change, right? So it can go out in any minor? So not important to eg. get it into https://github.com/nodejs/node/pull/40119 ?