Steven Critchfield
Steven Critchfield
@TomasHubelbauer Thank you for your detailed report. This report helped me get my instance compiling with libusb. Specifically the pkg-config portion helped me the most.
@benoitc Take your example of async receiving in the documentation, convert to require stream_next, and put a sleep of a second or more between requesting stream_next. This is how I...
Testing under Windows. Looks like there is an issue with the ackstr. The crypto.rand_bytes seems to produce bytes outside of the ascii range. When passed through cmd.exe, they get munged....
@alco If you even have an idea you wish to toss out, I can spend a little time working on it at some point.
Look at issue 18. I documented why windows is having problems. Temporarily my solution is to take out the crypto generation of a challenge and stub in a value that...
Thank you discreetmayor. Your example on how not to crash has helped me in my code working around this same problem. It was a real odd one for me. My...
ThamesWill, In my similar problem, I found that you just have to fully avoid the readBytes method. You need to rewrite the function to only use ReadByte. Such as ```...