Lev Aronsky
Lev Aronsky
No problem, done.
Any news about this? Any way to check the logs to help identify the issue? v0.9.3, from the Store, on Windows 11. Looks like it's crashing silently on resume from...
@ShinigamiBoss I'm not the maintainer of this project or the issue, just the reporter. I've long since set up my MQTT differently, and the requested feature is no longer required...
You need the program `dvd` from the container in this repository. You can grab it like this: 1. In your shell, run `docker run --rm -it -v $PWD:/out --entrypoint /bin/sh...
I'd just like to add that another use-case would be for transferring backups from Google Photos. When an image is edited in Google Photos, only the edited version is shown...
More info: seems like it is, indeed, an issue with the `Notify` library that's used by `watchfiles`: see here: https://github.com/notify-rs/notify/issues/384#issuecomment-1030934574
Sure. The linter complains are mainly due to my attempt to make my changes as limited as possible, without delving into redesigning certain interfaces. Namely: * The `main` function now...
I verified that the old watcher works as expected, and created a new flag (`--poll-watcher`) that can be used to tell `fava` to use the old watcher instead of the...
More info: seems like it is, indeed, an issue with the `Notify` library that's used by `watchfiles`: see here: https://github.com/notify-rs/notify/issues/384#issuecomment-1030934574 The reason it used to work for my Docker setup,...