libelektra icon indicating copy to clipboard operation
libelektra copied to clipboard

Elektra serves as a universal and secure framework to access configuration settings in a global, hierarchical key database.

Results 225 libelektra issues
Sort by recently updated
recently updated
newest added

More decision in addition to #4243

#4414 uncovered this problem. It is quite easy to implement if done similar to ksLookup: you basically only need to check if a key is cascading, then do elektraLookupByCascading, and...

help wanted

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 1.7.3 to 3.2.10. Release notes Sourced from node-fetch's releases. v3.2.10 3.2.10 (2022-07-31) Bug Fixes ReDoS referrer (#1611) (2880238) v3.2.9 3.2.9 (2022-07-18) Bug Fixes Headers: don't forward secure...

lang/web

- [ ] cleanup of copied metadata #670 (see also #4407) - [ ] make and document a consistent query language: what happens with overlapping globs(`_` and `#`))? - [...

The current solution with `origvalue` metadata is far from ideal. The root cause of all the problems is that we wanted a solution that fulfils two properties: 1. If the...

**DO NOT MERGE** --- # Preview of new API (DO NOT MERGE) So far only the `typedef`s for `Key`, `KeySet` and `KDB` have been renamed and it only compiles with...

Currently, the resolver plugin implements the following lookup mechanismns: - reading from `passwd` (using the user id) - environment variable `XDG_CONFIG_HOME` - environment variable `HOME` - environment variable `USER` -...

proposal

- [ ] improvement of placement (get+set) - [ ] add full example how to mount+use plugin - [ ] does not fail on "Inconsistent line endings", even when setting...

Hi, just something that is bugging me for a little while. While I can specific a storage plugin when mounting a `INI` file using the `kdb` command line tool, I...

question
documentation

Currently it is possible to mount over existing data or mount in between specifications, making validation not work. We should have more checks that rejects mounting in such cases. Then...

usability
lang/cpp