Morten Lind
Morten Lind
Is there any particular reason why the line of code referenced below strips underscores from clustered package names? It makes the nodes harder to read for me. https://github.com/thebjorn/pydeps/blob/2c0b958b2f4dd6e00f59b37e63c218d53e6e1773/pydeps/render_context.py#L295
When following the tutorial demo, I found a missing dependency on `djangoshop-stripe`. Being a newcomer, I installed `django-shop-stripe`, which led to further problems, until sombody was kind and guided me...
For the first time I observed the reported active insulin in the pump status when it was at something like 7.2 units. The pump itself displayed the expected value, but...
It looks as if the code base could be immediately made Python3 compliant. From a fast read-over I only picked up a "print" statement in client.py which breaks Python3. If...
I seem to get mirrored point clouds with calibkinect.depth2xyzuv. Can anyone confirm this? All z-coordinates are negative, and if I mirror through the xy-plane, the point clouds become correct.
I can get the bytes but how do I inspect or set the format from and to the webcam? A couple of more complete examples would be very nice!
I am on Debian with Python 3.8, and can install 2.1.0 core and telicam driver fine, and `pip install zivid` succeeds. But any attempt at getting the camera results in...