Jason Marshall
Jason Marshall
Partly caused by: https://github.com/golang/go/issues/35067 as reported https://github.com/rancher/k3s/issues/2085#issuecomment-678713189
After fixing this, I was still hanging. TASK [k3s/node : Enable and check K3s service] ok: [some machines that were correct] One of the nodes was still holding on to...
This seems to be caused by util.makeHidden(). You can't assign to an object once you've defined a property by the same name.
@markstos You've glossed over the real issue and picked on the commentary. > If your default.js file contains a key that collides with node-config's extendDeep() helpers, such as 'get', then...
Congratulations on 1.0.0 Can't wait to break it :D
I was trying to create a repro case for the property masking bug a couple weeks ago, and I think I may have been running into this bug here instead.
> setModuleDefaults will now throw an error if it's called more than once for the same moduleName. To an extent I'm looking at the same issue now and I'm not...
You are sending 1 task to microjob and 4 separate tasks to worker.
What's it do? What's it for? How does it work? Does it pass variables to the current function? Does it modify execution order? None of these are explained. The only...
``` fastify.decorate('utility', fn, ['greet', 'log']) ``` This is the only example in https://www.fastify.io/docs/latest/Reference/Decorators/ where the argument is undefined, and the other sections that talk about decorators point back to this...