Luke Macken

Results 37 comments of Luke Macken

It's currently hardcoded to only react to `*.plot` files: https://github.com/lmacken/plow/blob/main/plow.py#L72 It looks like you're testing with `.fpg` files? If you move an empty `test.plot` in does it work?

Thanks for the report. Yeah it looks like `aionotify` upstream stopped doing releases, so it's currently broken on `python3.11+`. https://github.com/rbarrois/aionotify/pull/19/commits

We could potentially port to another library like https://github.com/absperf/asyncinotify/

I updated the README to mention this, https://github.com/lmacken/plow#known-issues

It seems to be a harmless warning. I quickly tried to fix it before releasing this tool, but it led to some other weird edge case. I will try to...

We already use the new Gio stuff in the daemon, as well as dbus-python. So porting would allow us to drop a dep without adding any new ones.

Yeah, bodhi still sends emails itself when comments occur without going through FMN. We'll need to tweak FMN to handle sending messages to all people involved with a given update,...