Jérôme Laheurte

Results 7 issues of Jérôme Laheurte

This makes the Service_Main thread the main interpreter thread, allowing code that can only work in the main interpreter thread to be used in a Windows service (for instance creating...

The ProactorEventLoop calls `signal.set_wakeup_fd` when instantiated. This leads to the "set_wakeup_fd only works in main thread of the main interpreter" error. It seems that neither the service handler's `__init__`, `initialize`,...

Hello; thanks for your work here. When I upload the sample to a Leonardo board, on the serial console I see only partial messages, as if only the first byte...

stale

I added basic command-line option parsing in preparation to new options to set link keys. The host address is still passed as argument but the dongle address and device class...

The /var/lib/bluetooth/\/linkkeys file does not seem to work in "recent" distributions (tested on Ubuntu 20 and Raspberry Pi OS). Instead, link keys have to be stored in an ini-like file...

I have spent some time debugging this :) I was trying to use the proxy between a PS4 and a Dual Shock. Everything seemed to be fine, except that after...

Hello. I had this problem in 4.0.3 and just checked that it is still an issue in 4.1.0. In my settings I have the build badge format set to "(%(build_number))...

bug