Jason Marshall

Results 294 comments of Jason Marshall

Also I'm pretty sure this is affecting p-throttle, though there are 2 issues and this is one of them.

@farcaller This is a programming language with a single thread and a high barrier to offloading data processing to other threads. Every time the collection interval hits, your p95 times...

I noticed this code earlier today when working on #683 I have a different proposal here. Sometime around Node 16 or 18 (my memory is fuzzy and I no longer...

I have a PR queued to fix #822 that depends on some of this code. But I believe that PR represents a behavioral change so needs to go into 4.1,...

This also fixes a bug with skipConfigSources && setModuleDefaults()

I'm going to start by agreeing to split this into two PRs. I will warn you that the Operational and Platform concerns covered by the CLI are at least a...

This relates to work being done to satisfy #569

> Haven't needed that in the last 10 years. How many devs do you have touching configuration? We had three different teams and even the platform team occasionally made mistakes....

I think I found a way to do it without bloating the data set. For the multiple version problem, a “with defaults” function may be a better solution.