TilmanK

Results 7 issues of TilmanK

**Is your feature request related to a problem? Please describe.** When debugging something on the ZigBee side (sniffing traffic), I sometimes want to identify a device by its hex network...

enhancement

**Describe the bug** When using the autogenerate option to generate a migrate script, the generated code to drop constraints in rollback does not work, if the constraint name is generated...

feature
autogenerate - rendering

I stumbled upon this when setting a new project where I haven't configured mypy yet to just ignore pytest-qt: There are no type annotations. Is there a reason from this...

I've stumbled across an issue this morning with running tests that use QSettings. The qapp fixture does have a default value and a config setting for the application name. Nevertheless,...

This PR adds `target_position` to `RollerShutter` which will enable us to detect, if the device is closing or opening (or not) in HomeAssistant.

Output of `python -m nuitka --version`: ``` 1.8.4 Commercial: None Python: 3.11.6 (main, Oct 2 2023, 13:45:54) [Clang 15.0.0 (clang-1500.0.40.1)] Flavor: Homebrew Python Executable: /Users/tilman/Library/Caches/pypoetry/virtualenvs/project-b1WZl3cy-py3.11/bin/python OS: Darwin Arch: arm64 Version...

enhancement
help wanted

The current implementation of GraphicsScene.mouseMoveEvent calls the base class implementation twice, when QMouseEvent.buttons() is something else than Qt.MouseButton.NoButton. The duplicate call happens here: https://github.com/pyqtgraph/pyqtgraph/blob/88c3127ddf021407bdfedbbfff898036dd84df79/pyqtgraph/GraphicsScene/GraphicsScene.py#L182 I don’t see any reason at...

good first issue