Jason Marshall

Results 294 comments of Jason Marshall

@bnoordhuis The commentary around this functionality in libuv implies that libuv users will need to rework their code to take full advantage of the io_uring support. So unless I'm reading...

I took a stab at solving this a couple weeks ago, but I couldn't get a simple repro case to behave consistently. I thought perhaps that meant the last couple...

Got it. PR filed. The crux is the lack of configurable=true in defineProperty() calls. These will get mopped up by `makeImmutable()` at the end of the process.

I've looked at the prom-client example for this, and the library exposes logic that can be used for taking the metrics returned from a cluster worker and manipulating it to...

@tiagonapoli any progress on solving this problem for your own project?

This is a pretty big deal. Options are supposed to represent defaults. If you're trying to configure more than one test suite this makes a mess of your configuration.

Isn’t moving the main thread to a different CPU going to cause memory latency issues? it seems like people are talking about spawning Unix processes to determine the thread IDs...

State tracking is not explained anywhere in the documentation. And the examples that try to explain inheritance don't actually explain it. Essentially it's tribal knowledge. There's a relationship in the...

> You can't set default attributes as spans are intended to describe a single operation. The great gaping problem with that is that I see no evidence of a span...