Stefan Tatschner

Results 76 comments of Stefan Tatschner

TODO for me; our stack can do this better. ``` python # Tester present handling resp_parsed = service.UDSResponse.parse_dynamic(raw_resp) while request.service_id != UDSIsoServices.TesterPresent \ and resp_parsed.service_id == UDSIsoServices.TesterPresent: raw_resp = await...

* https://peps.python.org/pep-0690 * https://discuss.python.org/t/pep-690-lazy-imports/15474

I thought about this. Rescheduled this for v1.1.0 for discussion. I will revert to the old behaviour in v1.0.3.

> There are already incremental indexes saved during the backup run. Just for reference, @fd0 has done an explanation about this here: https://forum.restic.net/t/aborted-backups/142/4?u=rumpelsepp

> I'm messing around with Python these days in my job (matplotlib, numpy, pyqt5, ...) but I am not sure if it will bring any advantage to this application. I...

Since a few days ago I am wondering if it would make sense to redesign pacaur as some wrapper to aur-utils? That would create the script more modular and readable...

Can confirm; sometimes I also have blurry fonts. Maybe it is related to hidpi stuff and or fractional scaling…

> You can get Zellij to behave exactly like tmux with a little bit of config (namely using clear-defaults=true on the main keybinds node and only leaving the tmux mode...

Yeah I got that. Having a config option for this would be easier and might also reduce support queries; I opened #2125. :)

foot started implementing this protocol: https://codeberg.org/dnkl/foot/pulls/811