Mihael Pranjić
Mihael Pranjić
Parts of this are still WIP.
Copying&rewording from the highlights should be quite easy. The breaking changes are more problematic, as it is possible that we already did not mention some subtle breaking changes. It sounds...
@Eiskasten no idea what causes this. A silly way that could trigger a proper rebuild: rebase from master and force push. We once had a very rare circumstance where we...
I can not confirm this. Here's what I did: ``` # Create some large CSVs in current dir for j in `seq 1 100`; do echo "user/test/$j/name;user/test/$j/other;user/test/$j/something" > $j.csv; for...
Then I think you used a version of Elektra where INI caching was disabled. Caching for ini was enabled in #2604 much later than this issue was opened.
I think so, but I'll verify it. The disabling always caused a cache miss and a rebuild of the cache.
Intuitively it sounds like an empty Key should look something like `keyNew("", KEY_END)` (so without the "/"). Because of this it would be good to have `keyEmpty()` to make it...
> did you plan to do such an image for releases? No immediate plans, but sounds like nice to have. I like the idea very much that we publish such...
> can you create an alpine docker image I can create it but probably not today.