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

Building upon the implementation of `elektraPluginCommit` in #2798, I would like to reimplement the `Backend` structure as a plugin. That would bring the following benefits: - Greater detachment from the...

enhancement

We recently added the global KeySet that every plugin has access to. We could use this to pass additional information to plugins from `kdGet` and `kdbSet`. For example we could...

enhancement
proposal
stale

Currently, elektraPluginSet is called twice on success for resolver plugins, once for preparation, the second time for commit. Backends, however, are only called once. This behaviour causes troubles when plugins...

proposal

The `testscr_check_kdb_internal_suite` takes more than 30 minutes on `a7`. ``` Start 181: testscr_check_kdb_internal_suite 218/262 Test #181: testscr_check_kdb_internal_suite .............. Passed 1804.16 sec ``` We need to investigate why this takes so...

low priority
continuous integration
testing
stale

`opmphmHashfunction` clearly takes both a `const void *` and a `size_t`. So the hash function has no problem with zero bytes. The other parts of `opmphm.c` are tailored to non-zero...

question

@mpranj we already talked about it but we didn't get to a conclusion yet. How do we want to assemble the 1.0 release notes? As starting writing the 1.0 release...

proposal
stale

As found during #2350, it seems like we use non-standard installation paths. Is there no way to use a standard `CMAKE_INSTALL_PREFIX` and avoid the `-Wl,-rpath` in the examples? If we...

question
build
low priority
stale
triage needed
floss2022w

I am currently using the Rust binding and must say it is a pleasure to work with it. I published the [0.9.10 version](https://crates.io/crates/elektra). I noticed that following next steps could...

lang/rust
project2022w
floss2022w

- [ ] implement check/length/min - [ ] add more unit tests - [ ] add shell recorder test - [ ] remove "experimental" - [ ] improve error message...

Bumps [webpack](https://github.com/webpack/webpack) from 3.12.0 to 5.74.0. Release notes Sourced from webpack's releases. v5.74.0 Features add resolve.extensionAlias option which allows to alias extensions This is useful when you are forced to...

lang/web