Nils Asmussen
Nils Asmussen
I was using aconfmgr to apply my system configuration to another machine and ran into the problem that a package from another repository couldn't be found. This occurs because I...
The previous regex missed many occurrences of unsafe, because it required something before and behind the keyword (see #38). Requiring a word boundary fixes that problem. However, the counting of...
I recently noticed that the entry for M³ is pretty dated and links to a repository that is dead since a couple of years. I've updated the entry now and...
I'm starting to use vdirsyncer to sync my local caldav/carddav files with remote servers and stumbled upon a potential issue in the sync protocol. I've read the [Offline-IMAP article](http://blog.ezyang.com/2012/08/how-offlineimap-works/), the...
I have cmake 4.0 and that complains when trying to build pplatex: ``` CMake Error at CMakeLists.txt:37 (cmake_minimum_required): Compatibility with CMake < 3.5 has been removed from CMake. Update the...