Results 8 issues of Giraut

(to keep the field on after sending an ISO15693 command), and made DirectTag15693Command not start by resetting the field if the previous commmand left the field on (i.e. only hf...

I have this weird problem on one computer: my user ticks "Follow" and "Rec. trace" and nothing happens. But if the user reloads the page, the trace appears but still...

Hello, I understand read-only users used to be truly read-only, but they gained the ability to save preferences at version 0.12.2 (from https://github.com/vitalidze/traccar-web/releases : "read-only user can now update his...

I have a very large GUI application compiled with Nuitka. The application spawns console programs, captures their stdout / stderr, then stops them by sending them CTRL_C_EVENT. Therefore I can't...

enhancement
help wanted

The Stream Deck + has 8 keys (KEY_COUNT == 8 ) but it returns 10 ControlType.KEY states when reading the control states. E.g. this test code: ``` from StreamDeck.DeviceManager import...

bug

This works fine in Linux: ``` from StreamDeck.DeviceManager import DeviceManager streamdeck = DeviceManager().enumerate()[0] streamdeck.open() while not any(streamdeck.key_states()): pass print("Key pressed") streamdeck.close() ``` It never quits in Windows: key_states() never registers...

bug

Charging control is an option available in certain devices / Android versions, to limit the battery's charge level and extend its useful life: ![image](https://github.com/darshan-/Battery-Indicator-Support/assets/37288252/4ec95da5-54fb-4160-bd96-af819ac24548) When the charge is above the...

- The change to streamdeck_ui/display/image_filter.py scales images up as well as down. PIL's Image.thumbnail method can never return an image larger than the original image, which makes images smaller than...