Joel Gallant
Joel Gallant
hi @Benjamin-Dobell - any chance of merging this? would prefer not to be using my own fork
It would be nice to rename "Overriding backtrace", this was a tripping point for me.
@rajcspsg did you end up creating anything for this?
Not ignoring this btw! I'm just under the water and can't properly take a look right now
This would be a great feature. Unfortunately, it's somewhat of a circular problem, and hard to define the semantics correctly. You could see how a loop can be written easily:...
https://github.com/nodejs/node/issues/40110
I think we could improve this for sure - this message comes from AJV, but I think the error object includes the property names. We use [errorsText](https://ajv.js.org/api.html#ajv-errorstext-errors-object-options-object-string) for the message...
Simple pseudo-code from prototyping: ```yaml # this would merge all properties from CLI yargs parsed object $yargs: true # this would pull --foo=... option $yargs: foo ``` Maybe `$loadYargs` like...
Hey! How can app-config help solve this problem? Isn't it possible already to put `teamMembers` in configuration? Or maybe I've missed how this would work. An example of what app-config...
Thanks for the report! I've primarily worked on the esbuild plugin for web apps, so `noBundledConfig` was largely just there for completeness. This documentation definitely could be improved. We should...