Jürgen Buchmüller

Results 4 issues of Jürgen Buchmüller

The function [test_network()](https://github.com/void-linux/void-mklive/blob/31df80c3417dceccf823cfee7ab088337d1e521b/installer.sh.in#L816) fetches `https://a-hel-fi.m.voidlinux.org/live/xtraeme.asc`. I don't know how (in)valuable this key is as of now and whether, perhaps, it should be replaced with the ASCII armored public key of...

installer

It seems that at least for some of the ISOs with desktop environment there is not enough free space, inodes, whatever to make `build-live-images.sh` create usable output. Here's a screenshot...

I don't think it's a good idea to set the `SOVERSION` to `major.minor.patchlevel` in https://github.com/commonmark/cmark/blob/a5c83d7a426bda38aac838f9815664f6189d3404/src/CMakeLists.txt#L87 The reason is that any project depending on e.g. the `libcmark.so.0.28.3` will need to be...

The current source uses anonymous enums everywhere. All parameters to functions expecting such enum values currently have `l_int32` for the type of the respective parameter. If, for example, the following...