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

If someone tries to mount something that is mounted already, we should not fail. (If it would do exactly the same action) Affected: - [ ] `mount` (the script `elektra-mount`...

usability
stale

In TOML it is possible to have any amount of comments between the last array element and the closing brackets. Given the TOML array: ``` # Comment assigned to array...

enhancement

It might be a good idea to create a temporary directory below TMPDIR and set HOME and PWD to this path. Potential leftovers and programming errors would only affect this...

lang/shell
testing
stale

Another area of optimization is to avoid unnecessary system calls, e.g. a kdbGet (without any changes) does: ``` access("/root/.cache/elektra/backend/", W_OK) = 0 open("/root/.cache/elektra/backend//cache_cascading.mmap", O_RDONLY|O_LARGEFILE) = 5 fstat64(5, {st_mode=S_IFREG|0600, st_size=10512, ...})...

as discussed in #4407, we should avoid having the real errors in separated warnings

- [ ] make shared libraries for various resolvers (see #4407) - [ ] simplify CMake setup (see #3724) - [ ] bug: #1470 - [x] #3692 - [ ]...

lang/cmake
lang/c
project2022w

It looks like on every incompatible change in Elektra, both CIs (go-elektra and libelektra) will fail. Was disabling the build stages necessary or would 2f29a657b1d9b0dc6d5c9582df48338a15a1f3e3 have been enough? Any other...

question
continuous integration
7p
floss2022w

It seems like the cross compilation of the Rust binding caused problems in OpenWRT: https://github.com/openwrt/packages/commit/49ed96f309f9abfefa46890f5d44b771af1f2708 @haraldg Do you happen to know a link to the build log? @PhilippGackstatter Do you...

3p
floss2022w