confidence icon indicating copy to clipboard operation
confidence copied to clipboard

Dynamic, declarative configurations

Results 6 confidence issues
Sort by recently updated
recently updated
newest added

Suppose a value of a key depends on multiple factors. Say a variable isAllowedAcess depends on the user's location and the user's device. Is there a way to design such...

enhancement
discussion

Asking because I wasn't aware there was a CLI for generating a config until I was poking around the codebase recently. Granted, I'm not particularly familiar with the project, my...

documentation

I noticed that `$env` can be modeled equally well using `$param` if the user passes `process.env` in their criteria. I propose that in v6 we remove `$env` and encourage users...

breaking changes
discussion

## Problem Metadata for primitive values (non-objects) cannot be requested by the key (e.g. `Store.meta('/b')`. ## Version - Package version: v6.0.2 (latest) - Node.js version: v20.16.0 (LTS) ```bash ❯ node...