Janos Kutscherauer

Results 12 comments of Janos Kutscherauer

I discovered this issue the recent images ([2022-01-28](https://downloads.raspberrypi.org/raspios_lite_armhf/images/raspios_lite_armhf-2022-01-28/), [2021-11-08](https://downloads.raspberrypi.org/raspios_lite_armhf/images/raspios_lite_armhf-2021-11-08/))(lite, 32 bit), with **every single** `sudo reboot`. Via console I see `[ 37.357020] hwmon hwmon1: Failed to get throttled (-110)` as...

Thanks for your explanations @jenisys . I think that is exactly as far as I got. So how would I go about putting formatter-output and logging output to the same...

> Why would you want to do that? Why would I want to do what exactly? For me it's a pretty obvious use case: I want a logfile which has...

@jenisys this actually exactly what I meant. Does it make it clearer if I change the first sentence to: > In behave, loggers are usually initialized **by user code** before...

@jenisys is there something I can do to push this change further, like help to clarify any doubts, or add more tests?

Wow, I tried so long, but after compiling my issue description above I found a way which works: `systemd-run`. ```sh systemd-run --no-block sh -c "sleep 3 && touch /boot/reboot &&...

Oh my god I'm so sorry that this has slipped through my attention! I added a PR in #16 , but that's just a snippet from what I came up...

I'm realizing that adding type hints breaks compatibility with Python 3.5 and 2.7. There are ways for type-hinting Python 2 code as well ([see here](https://mypy.readthedocs.io/en/latest/python2.html#type-checking-python-2-code)), but I'm not sure if...

> I have removed 2.7 and 3.5 from my convert-to-smbus2 branch so no need to deal with these. Awesome! Regarding this smbus2-branch - do you mind to further abstract the...

> What other drivers are you thinking of? I wouldn't know of any others myself, but searching for it, there seem to be some others. See this PR for my...