muelli
muelli
https://github.com/uccmawei/FingerprintIdentify/tree/1.2.6/FingerprintIdentifyLib/libs has binaries without source code nor license. Can you provide that, please? They prevent apps from being open source.
The check is semantically correct, because some IDs are reserved. Here, we exploit the fact that the LastID is defined to be max_int-2, so when we increment _id_next often enough,...
https://usbguard.github.io/documentation/dbus/doc-org.usbguard.Policy.html#gdbus-method-org-usbguard-Policy.listRules shows ``` listRules (IN s query, OUT a(us) ruleset); ``` but since 50c99211d512b963a8bcf271e316b65b967ab585 the "query" parameter got renamed. This caused me an hour of headache now to find out...
I had trouble running the PKI scheduler because the script could not be executed! The problem manifested itself in this error.log: $ cat myrealm/acme/error.log sh: 1: /usr/local/bin/acme-tiny: Permission denied This...
I wanted a relatively quick way of obtaining a readability metric, e.g. the ARI. I've whipped up a small python script, but I would have been slightly more happy if...
The compiled version doesn't run on my target :(  It would be cool if it could be compiled s.t. it can run on machines without the framework installed.
I'm aware of enter and space navigating to the next difference. I'm interested in navigation to the previous difference.
this is Free Software, no? It'd be great to make it available on F-Droid.
The DNS logic in `virtme-init` uses `test -f /etc/resolv.conf` for checking whether a resolv.conf exists and, if so, replace it with a writeable file supposedly s.t. the udhcp can write...
Weird error, maybe not related to this project at all, but an emscripten bug: ``` emcc -O2 test.c .libs/libgmp.a -o complete.js -s ASM_JS=1 -g --llvm-lto 1 Exception in thread Thread-3:...