Maurice (mausy5043) Hendrix

Results 8 issues of Maurice (mausy5043) Hendrix

https://github.com/FooDeas/raspberrypi-ua-netinst/blob/0acc6e1d0ccca1f240c33d83f379c012a389e719/scripts/opt/raspberrypi-ua-netinst/install.sh#L542 This line throws an error during booting of the installer (copied from the screen): ``` /opt/raspberrypi-ua-netinst/install.sh line 542: /proc/sys/kernel/hotplug No such file or directory ``` BTW, the install completed...

minor bug

(not pulling against urwen/temper because I think that branch is nolonger maintained; yours seems the most current) I tweaked the code a bit to be more compliant with Python3 practices.

https://github.com/uduncanu/lywsd03mmc/blob/97a8d4df960c8a0c3dc9728c632e2c9921b0035b/scripts/lywsd03mmc#L18 Is there a reason why I shouldn't use `data.battery` here instead of `client.battery`? I find that using `data.battery` is faster and as far as I can tell it returns...

...as you may find this useful: ~~[Kamstrup info]()~~ The Google Drive folder linked to here contains info on the protocols used by the Kamstrup meter (DSMR v3.0 and DSMR v4.0)...

This: ``` numbers: List[int] = [] ``` is considered a E0100 SyntaxError by pylama.

Hello `bluez` devs, ### Introduction I've been working on [bluepy3](https://github.com/Mausy5043/bluepy3) since february 2023. `bluepy3` is a Python3 interface to Bluetooth LE on Linux. I based this on previous work by...

### Creating a feature request #### Is your feature request related to a problem? Please describe: I would like to stay up-to-date with Python and as close to the bleeding...

Feature request :factory:

--- ## Python Code ```python y.append(y_data[v : loc2[i]].sum()) ``` The space before the colon is removed by `autopep8`. `black` inserts a space before the colon. Is this behavior by design...