Janos Kutscherauer

Results 11 issues of Janos Kutscherauer

# Commit Message > Log-capturing used to set the root logger level to the configured capturing level, so that it is sufficiently low to capture the desired level. > However...

Rationale: In behave, loggers are usually initialized before "before_all()" and "setup_logging()" are invoked. When using a file config, the default behavior of the logging module is to disable existing loggers...

When we use `context.config.setup_logging(configfile=...)`, existing loggers are always overwritten by the new configuration. This is the default behavior by the `logging` module, and noted with a big warning in https://docs.python.org/3/howto/logging.html#configuring-logging:...

minor

There doesn't seem to be a way to get the captured logs into a log file, using the `--outfile` option. I can get it to the console using `--no-logcapture` and...

question

This project is awesome and I can't thank you enough for also providing the patched Raspberry Pi OS images. I have no understanding why something like this isn't in the...

See #12. Simplified example for how to use `systemd-run` to delay a reboot and to create a file to verify the success of the reboot afterwards (existence of `/boot/reboot`). Also...

@chrisb2 here is the suggested abstraction of the I2C drivers. The PR targets `master`, though it builds up on my other branch `add-type-hints` (https://github.com/chrisb2/pi_ina219/pull/29). Not sure how to change this...

It's almost 2022 - are you interested in having typehints in the code base? Feel free to decline it, just a suggestion. Cheers, Janos

The `--tags-help` text clearly states: > The `--tags` option can be specified several times, and this represents logical AND However the concatenation is done quite poorly and yields incorrect statements:...

The output alignment isn't aligned in all terminals and editors: Seems to be aligned on github: ``` Bus ID 0 (Raw USB traffic, all USB buses) To device From device...