Jaremy Creechley
Jaremy Creechley
Added two variables (COUCHDB_UID & COUCHDB_GID) to enable manually setting the user and group ID's for all of the couchdb files. This helps map the internal couchdb user & group...
Adds the option to exclude a set of default packers. The use case for this is rare, but can allow people to customize behavior as wanted in a global fashion....
Looking through the backend implementation it seems like using case statements would make adding more backends difficult. It also seems like it'd be harder to conditionally compile only certain backends....
Setup CI to run all unit tests and then also run a full build against ESP-IDF. Ideally this could be expanded to include all stable branches of ESP-IDF as well...
There are a number of fixes / modifications on `devel` branch. They need to be tested all together and a new release created.
Hey! Thanks for keeping `c2nim` up and working! I decided to take the time to fix/tweak a few things that I run into a lot and figure others might find...
Updating the queuetest branch you'd made previously.
Great little project! I've been reading through it and think I'll be able to use for an upcoming project. Ideally I'd like to try adding some support for SCXML. Looks...
This PR adds an option to the `install` command to work from a local Nimble file. This makes it just a bit easier to install a package or dependencies in...
Downloading https://github.com/nim-lang/nimble/releases/download/latest/nimble-linux_aarch64.tar.gz I got: ```sh vscode ➜ /workspaces/nim-codex-dht/.nimble (coverage) $ file nimble nimble: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=d08f4730f1bea325ebd678a80db27b47ee772046, for GNU/Linux 3.2.0,...