Jason Marshall

Results 294 comments of Jason Marshall

I would propose that #7 is instead a specific case of #10 and thus a duplicate.

We aren't actually that bad. We are doing weird things in both isObject and extendDeep, so maybe we can let this be for now.

The only reason these seem to be getting added is that there's no other way to make this code flow visible, due to the lack of proper separation of initialization...

I'm not sure I understand why pointer compression would be a tier 2 build instead of the default. How many people are using 4GB of memory in Node, per thread?...

Where I ran into this problem, 'get' was the keyword - we were using node-config for some service routing config. But only in a couple places so I just changed...

With your examples, I like to put those straight into the runbooks. Eventually you want any senior employee to be able to handle these things, and give them enough info...

> > { > total_heap_size: 6897664, > total_heap_size_executable: 524288, > total_physical_size: 6356992, > total_available_size: 4340358888, > used_heap_size: 5763352, > **heap_size_limit: 4345298944,** > malloced_memory: 278632, > peak_malloced_memory: 1114624, > does_zap_garbage: 0,...

Does NodeJS rely on libuv for setTimeout timing, or does NodeJS have its own bug with similar behaviors? When you're trying to throttle an action, waking up up to a...

Okay. That explains some faulty tests that I had to change to nonsensical numbers to get them to pass 99% of the time. With integration tests, you generally make the...