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

This is a summary of open questions from the `new-backend` branch: ### `modules` vs `global` Should we merge the `KeySet * modules` and `KeySet * global` within `struct _KDB`? They...

More decision in addition to #4243

Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 3.6.1 to 7.3.0. Release notes Sourced from concurrently's releases. v7.3.0 What's Changed Export package.json path by @​gustavohenke in open-cli-tools/concurrently#339 v7.2.2 What's Changed Update rxjs to version 7.0.0...

lang/web

## Steps to Reproduce the Problem Build Elektra on A20 (DEB_BUILD_ARCH=armhf) ```sh make VERBOSE=1 ``` ## Expected Result Successful build ## Actual Result ``` [ 79%] Linking C executable ../../bin/testmod_type...

As uncovered while looking for the problem in #4414: The searchKey allocated in line 28 of src/plugins/tracer/tracer.c does not get freed. This was introduced in 7c803e17ce344d84970ce963a39f2b0bc5aa581e Furthermore, a bug gets...

## Status Quo > **Note:** if you already know about the problems with the `_` and `#` wildcards in specifications, skip to the next section When writing a specification, there...

proposal

## Steps to Reproduce the Problem Using the package from the Arch User Repository throws an compilation error as of now. This can be reproduced with ```sh git clone https://aur.archlinux.org/elektra.git...

build
cm2022s
1p

as discussed in #3651

documentation

## Steps to Reproduce the Problem ```sh docker pull elektra/elektra docker run -it elektra/elektra kdb --version ``` ## Expected Result 0.9.6 ## Actual Result 0.9.5 ## System Information - Elektra...