Robert Nitsch
Robert Nitsch
> I had the same problem. In my case it was caused by the block checking for lighttpd. I did not install it. Maybe that causes the problem. I removed...
Thank you very much for making me aware of this. It will be on the top of my TODO list.
Relevant BEPs: https://www.bittorrent.org/beps/bep_0003.html (v1) https://www.bittorrent.org/beps/bep_0047.html (padding) https://www.bittorrent.org/beps/bep_0052.html (hybrid/v2, which requires padding according to BEP 47)
This is a bug in Java itself: user.home is wrong on Windows. This bug has been fixed in JDK 8. See http://bugs.sun.com/view_bug.do?bug_id=4787931
I have started implementing this on my fork. I also have ideas for lots of other improvements across the whole codebase, including code formatting with yapf (the current code formatting...
I stumbled upon the same problem. When switching the camera, I do not want to change the camera configuration at all, but unfortunately it is not possible to provide a...
Have you been able to check on this?
I encounter this same issue inside a docker build process. The suggested fix does not apply because there is no pre-existing venv in my case. The image builder starts from...
@matteius I fully agree. In one of my projects I used this workaround in the Dockerfile: ``` # Copy only the Pipfile. COPY Pipfile ./ # Generate the Pipfile.lock during...
> If you try to read the metadata from findChessboardCornersSB() using the marker flag, it seems to rotate the marker 90 degrees clockwise. (4 is black dot in white square,...