Fabian Dellwing
Fabian Dellwing
I already started with a few basics, but I have very little time atm for this at work. Will likely take another 3-4 weeks until I have something to present.
In German `Dark Mode umschalten` should be fine. We have not really a German term for dark mode.
Pretty sure the ` (?P\\\\S+)` this space is the problem here. Try escaping it?
As already stated on Twitter in the past, I'm open to help with infrastructure/maintenance.
Could also add `dpkg -l | grep openssl` (I don't know if there are systems using dpkg but not apt, but there might be)
I would suggest something like: `dpkg -O -l | grep "openssl\s*3.0.[0-6]"`
Our `FileWatcher` does currently not register a `truncate`. Imho a `truncate` should trigger a `ContentModified` event, but it does not. How are we notifying the `FileWatcher` about a new event...
I have solved the `truncation` part. I'll now look into implementing `--retry` and `--follow=name` (which are both combined in `-F`).
I had some problems in getting --follow=name to work. The --retry part I had already, but I switched to a few other flags. So if you have a good idea...
> It is mode of following. Got it Yes. It is used in -F to actually keep following a file by name if the original opened file is moved away....