Enno T. Boland
Enno T. Boland
With stable node mocha doesn't exit after running tests. This usually means that there are some dangling resources that are not cleaned up correctly.
Hi! We're considering to use libucl for our package manager [xbps](https://github.com/voidlinux/xbps). At the moment we're using a simple line based config format that is compatible with libucl. For data serialisation...
**This PR is WIP** I just want to get feedback for now if this is the right approach or if it should be implemented in another way for now. The...
I'm the author of [libhsqs](https://github.com/Gottox/libhsqs), a BSD licensed clean room (readlonly) squashfs implementation. As the developer of this software I'd like to write proper tests. Currently I'm using mksquash to...
This PR adds a feature to disable repo staging when adding new packages CC @the-maldridge @Duncaen
I experienced this issue where greenlight wasn't updated when I upgraded from 2.2 to 2.3 resulting in broken letsencrypt certificates in the docker container. Also would it be possible to...
I'm using NAN-1 with https://github.com/Gottox/child_pty. In https://github.com/Gottox/child_pty/issues/7 it came up, that NAN-2 breaks the build process. I tried to use the 1to2.js script, but it generates wrong constructs, such as:...

gcc-4.9 does not use c99 by default, so the compilation fails with ``` cc -c -specs=/void-packages/common/environment/configure/gccspecs/hardened-cc1 -fstack-protector-strong -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -DDCADEC_SHARED -DDCADEC_INTERNAL -fPIC -fvisibility=hidden -o libdcadec/interpolator_fixed.o libdcadec/interpolator_fixed.c In file...