Derek Atkins
Derek Atkins
This path helps deal with certain HID devices that don't have serial numbers (e.g. the Sainsmart HID 16 relay). This uses the libusb physical path to stabilize the PATH so...
I've got multiple devices that I'm trying to access in a stable manner. They do not provide a serial number or other uniquifying data that I can see. I tried...
This is similar to Issue #237 -- I have a FreeNAS device and I run EncFS on another device with NFS to FreeNAS as the backing-store. The device running EncFS...
Hi, I'm getting a bunch of xmpp spam (from a handful of domains). I've been searching but I cannot find any way to black list "known bad" domains in s2s.xml....
Running 'ed configuration.yaml' and I get an Illegal Instruction (core dumped). **HassOS release with the issue:** HassOS 4.11 **Supervisor logs:** There is nothing in the log from the timeframe of...
On Fedora, libftdi is actually libftdi1, and the headers are in a subdir of /usr/include. I had to change the Makefile locally to handle that, and also add -I/usr/include/libftdi1 to...
**Describe the bug** I am trying to use elf_diff in a script to compare whether there was a change in code between two compiles of (ostensibly) the same code. Because...
Hi, http://kmackay.ca/micro-ecc/ claims that Micro-ECC supports P-384, however the README.md does not mention it and I don't see anything in the code about it. Issue #99 mentioned an implementation and...
Hi, The documentation seems to imply that `uECC_decompress()` will take either a compressed or uncompressed key and return an uncompressed key. That, however, does not seem to be the case,...
I checked out current master, changed the Gemfile to use rails 3.1.3 (to match my project), removed Gemfile.lock and reran bundle install. Then I ran "rails server" and did wget...