Paul Frischknecht
Paul Frischknecht
same problem while building a Docker container: ``` RUN conda install mamba=0.15.3 -n base -c conda-forge #19 [15/55] RUN mamba --version #19 0.731 Traceback (most recent call last): #19 0.731...
I changed the missing comma inspection to generate an error instead of just an annotation because I never make cross-line multiplications without \* intentionally, thanks for pointing out where to...
This is an absolute must. I am working with some legacy stuff here that has no idea about utf-8
Pressing F1 to get to the help page works if I rebuild the index as follows: ``` amdocdir = FileNameJoin[{$UserBaseDirectory, "Applications", "ApplicationMaker", "Documentation", "English"}]; indir = FileNameJoin[{amdocdir, "Index"}] Quiet@DeleteDirectory[indir, DeleteContents...
We may need to make people aware of the need to do some tuning to their packages to follow a certain standard. Reaching a critical mass of nice and useful...
If they have github, post an issue. Find names and email of owners. Make the process as easy as possible, for example by defining an interactive script or web service...
The libusb backend has the same issue, can we add a solution for that too? Couldn't we add a set write timeout which is documented as a "best effort" call...
I am looking at https://github.com/gary-rowe/hid4java/wiki/How-to-set-up-cross-compilation-of-hidapi-using-Docker and I could probably help provide a build of libhidapi.so for armhf, which I see is missing in https://github.com/gary-rowe/hid4java/tree/hid4java-0.8.0/src/main/resources but it seems from the stacktrace...
Thanks for your feedback @gary-rowe. I picked this up again, as getting a better hid solution working on rpi buster 32 bit to run is quite crucial for our usecase....
**So I think the solution would indeed be to provide builds of the aarch64 .so built against older glibc, correct?** I am actually not sure how forward compatibility of the...