Jason Marshall

Results 294 comments of Jason Marshall

this builds on commits in #830

Something is wrong with the commits in #830 Fixed

It's a dependent PR. Rebasing it won't remove the need for the code changes that the tests utilize.

3 of the 5 commits in this PR don't depend on #830 so I'm splitting this so PR I don't need to keep rebasing on PR comments. It'll still cause...

This relates to work being done to satisfy #569

I think you want `mapKeys`

A middleware to do this should be doable. We rolled our own before migrating a project to otel.

For a recent project I used unix domain sockets to spam a bunch of data to another thread. You should probably benchmark your solutions against the simplest things that could...

In theory node supports zstd but it’s still experimental.

That may be backward compatibility issues at this point, since we can just call func(...arguments) now and thus if the func we are handed is a bound function then this...