David Jones
David Jones
When trying to use the socks5 proxy (with Chrome on a Mac), it fails with this error message: ``` [ERR] socks: Failed to authenticate: No supported authentication mechanism ``` I...
How can acme be configured to use a different CA (other than LetsEncrypt) ?? I added another ACME-compatible CA to discoAliases, but no effect. Is there a command line option...
The command line version of `scp` includes a `-p` option to preserve file permissions, modification time, access time. `go-scp` is incomplete because it does not support this option. For copying...
I get this compiler warning on Mac OS. This looks like a buffer overflow that needs to get fixed. ``` gcc -c -O2 -Wall -g scan.c scan.c:459:4: warning: 'memcpy' will...
After installing the ARM version of the liblsl32.so library to work on the Raspberry Pi 3 B+, we get this error message: ``` AttributeError: /usr/local/lib/python2.7/dist-packages/pylsl/liblsl32.so: undefined symbol: lsl_library_info ``` I...