Jason Marshall
Jason Marshall
I have code that merges in some data from Consul or other places, and rather than trying to trick node-config into doing anything useful with it, we wrap node-config and...
I think that breakdown is interesting but in the end all of this is complicated by node-config being a singleton in a world that knows why singletons are a bad...
I suspect the right solution then is to modify first reader wins such that module defaults (configSources?) are part of an instance of node-config, but NODE_CONFIG_DIR gets loaded once, on...
Rest parameters are supported in all of the versions of node that node-config now supports. That's probably the way to go.
I’ve been contemplating other architectures for CPU heave Node apps, and the question I wanted to ask today is: what does piscina do if you run it in a worker...
This week as I’ve been using it I’ve been seeing pastes indented as far as 80 characters. I’ve had to use paste without formatting to get any work done. Also,...
Looking through the code, I don't think there are any.
Is there a reason for trampolining safari through an html file instead of passing a url to it?
It's been a while, but I fixed this on my project by modifying how safari opens so it doesn't use a trampoline html file and just opens Safari directly. Is...
JITs mean that a function may or may not get optimized based on how big it is and how often it gets called. Benchmarks without a substantial warming time may...