Maxime Daniel
Maxime Daniel
Hello, I hit a weird behavior when I try to import one module I wrote in Nim. ## First case The file `mymodule.so` is on the current directory. ```python import...
I really like the vu-meter like pavucontrol does, but I'm that kind of guy who keep that stuff running h24 and it eats ~5% cpu all time. I guess it's...
When BPM is available, on top of the deck, where the BPM is displayed as usual, add next to it the live BPM (initial BPM multiplied by the current pitch)...
Filesystem `btrfs` have some maintenance to do to be sane and healthy over time. We faced some `statvfs` zero value because of missing `balance` operations. We should take care to...
This gonna be the entrypoint on roadmap to get Zero-OS running on ARM devices. - We will need to defines what we need to support, there are multiple target (armv6,...
The always append feature is a nice feature since day one. For now, it's really useful for backup solution with incremental features. But this feature allows to easily rollback in...
Support `MGET` which would return a list of GET response, streamed, from multiple `GET` key
In order to reload a namespace modified underneath (with a `FREEZE`), that will require some downtime and locking. In case some namespace can be rebuilt online, an alternative to that...
In order to solve different issue and old blocked behavior, implementing a server-to-server communication can solve many issues. First one would be the possibility to sync db without external tools.
Implement `GETDEL` command which atomically GET then DELETE the key. Useful to avoid race-condition client-side when using a namespace as a list and pop an element.