Markus Lobedann

Results 17 comments of Markus Lobedann

Found something out: this happens when exporting multiple times during the same "session". Each time this number gets increased by one. Restarting VSCode fixes the problem for the next export.

Just a wild guess here because I have seen it with other programs on Windows10 (inkscape for example): Did you install the fonts in windows system wide or just for...

I feel dumb. Do I understand it correctly that I can test these script just by bringing the interface down and up again by doing the following? ```bash ifconfig eth0...

Thanks for the tip, but that didn't help since `ifupdown` is already installed. Neither did my experiments with putting some `echo` statements into the script and using `ifconfig eth0 down/up`...

The only other solution I know of would be to write your own systemd file for this. But I wouldn't call this "better". You can read about this here https://github.com/jens-maus/RaspberryMatic/issues/1373#issuecomment-922508274...

Thanks @ankush for thinking of me! If the current safeguard `if isinstance(sys.stderr, io.TextIOWrapper):` stays in place we don't have any problems with the proposed solution.

@ankush Any chance to get this into the next version-14 release?

Please reopen again, it's still valid as far as I know.

Thank you very much, I did't know this. But then I would still classify this as a bug. Not for the code, but for the documentation. It doesn't state anywhere...