Dan Pipe-Mazo
Dan Pipe-Mazo
After setting a default compaction policy via the `COMPACTION_POLICY` option on module load, it took a bit of debugging to figure out why my keys weren't respecting the policy. It...
Building from source, had a quite difficult time running on a system without `python2` installed and without having to install Python2. Since I had my own Python3 pre-installed, this was...
Hello, we're using `buildx` in the CircleCI build chain for the [atom project](https://github.com/elementary-robotics/atom). We're noticing intermittent HTTP/400 responses when pushing cache back to Docker Hub. An example workflow exhibiting this...
`TS.ADD` supports setting `DUPLICATE_POLICY` as well as/independently from `ON_DUPLICATE`. The two have separate behaviors -- `DUPLICATE_POLICY` sets the default for the key of `TS.ADD` does an implicit create, and `ON_DUPLICATE`...
The following commits seem to have broken non-standard Cmake installations when using `CMAKE_INSTALL_PREFIX`: ``` b54cf3cb4531a62592fe8679ce264fe272e1cd36 d89d6d9551e5343de4f70ac534f61c3057713f92 ``` After these commits, the resultant file in `$(CMAKE_INSTALL_PREFIX)/lib/pkgconfig/tinyxml2.pc` is: ``` prefix=$(CMAKE_INSTALL_PREFIX) exec_prefix=${prefix} libdir=lib...
It seems like there's no `#define` mapping `json_tokener_get_error` to `fjson_tokener_get_error` in `json_tokener.h`. Seems like a simple enough fix unless I'm missing something, although it does seem like it would take...