Hendrik Wiese

Results 38 issues of Hendrik Wiese

Hello, FYI: I cannot seem to unlock the doors of my MX-30 by means of the lib. The request returns with error code `E400002`. The full error message is ```Request...

First off, awesome program! Works like a charm on my Pi. What I'm looking for, however, is to have some sort of cutoff threshold for very low noise. I use...

* face_recognition version: 1.3.0 * dlib version: 19.23.0 * Python version: 3.9.5 * Operating System: Windows 11 ### Description I've installed `face_recognition` and its dependencies from `conda` via ```bash $...

I make heavy use of Janus Queue in one of my projects to asynchronize thread communication. Now I would like to do the same with communication with subprocesses. Does Janus...

I'd especially love to see some more explanations on how input data has to be shaped (what the dimensions are), how to reach a certain output shape and how to...

I'm using a catch-all address on my own domain. I'd love to see a way to add that address to Firefox Monitor and monitor basically *@mydomain.com or similar.

I've re-checked in 0.1.7a and it's still an issue. I cannot control the app via remote desktop tools like the mentioned Chrome Remote Desktop. On a local keyboard everything works...

In conjunction with the proposed slider mechanism this would be really neat to have, because then we could make engine "templates", for example, for star-engines that could be configured by...

enhancement

Hi is it really necessary to drop Python 2 support? So far the only thing incompatible that I've seen are the type hints for example in `openvr/__init__.py:2719`. I'm using pyOpenVR...

enhancement
help wanted

I'm using `asyncio` in one of my projects. `roslibpy` on the other hand seems to use `twisted` which is fine, however it looks like I cannot use both. I would...

help wanted