Joel Gallant
Joel Gallant
Currently, cargo-deb uses `ldd` statically, which will not work on a non-native target arch. The behavior of this could be emulated, as far as I'm aware. I'd be open to...
When running a `--release` build (no non-standard options), `Camera::start`, which functions correctly with debug mode, throws the error: `Io(Os { code: 22, kind: InvalidInput, message: "Invalid argument" })`. I cannot...
`DecodeHints` is used below, but not included
The same issue found here applies to inferno: https://github.com/brendangregg/FlameGraph/issues/132 This issue affects me, and I would like to work on it if I time. I'll try to get a sample...
I don't see what license this code falls under. Would be good to know what I can and can't use it for!
A common thread in config libraries in other ecosystems is the ability to use CLI args as an augmentation / override. I think supporting a simple set of CLI flag...
Provides a backwards compatible model for `teamMembers` and `encryptionKeys` that respects and segregates the current environment that's active. Before landing: - [x] Using / passing the environmentOptions defined by meta...
Allow the user to do `node -r @app-config/register foo.js` where `foo.js` consumes app-config without loading first. Libraries like dotenv do this.
Closes #130 - [x] Provide a better mechanism for "skipping double runs" of the same extension - [x] Bundle the "environment options trio" type - [x] Extension utils for `getEnv`,...