Patrick Lenihan

Results 11 comments of Patrick Lenihan

@mickeynp Thank you for your response. Digging around [it may be a problem with enabling Cairo support](https://github.com/fabrizioschiavi/pragmatapro/issues/181) so I did submit an Emacs bug report with the steps: - run...

I'm using Fedora 34 and I face this issue. Only the widest ligatures in PragmataPro seem to be affected. When I build without Cairo they all display correctly. With Cairo:...

Thanks @fabrizioschiavi! It works great with git colour disabled. ![image](https://user-images.githubusercontent.com/83040764/138591172-fe14c0f5-0270-4d95-bd2b-bbe5b35f224a.png) As long as the --oneline flag isn't set. ![image](https://user-images.githubusercontent.com/83040764/138591232-67c5f275-32c5-4dc9-8aa0-752265ca7951.png)

Should be fixed

Would also be good to mention `make package` in another section, but I think it shouldn't be presented as necessary. Assuming you don't want to to run all the steps...

Now it works, thanks! The very hierarchical YAHPO benchmark suite is not on master. Also I believe pulling containers on the master branch was broken some time in the last...

@johan-bjareholt You are right. However since aw-watcher-input uses the input event listeners found in this module to track keystrokes and mouse movements, aw-watcher-input will be supported on Wayland if this...

You could follow the instructions [to build from source](https://docs.activitywatch.net/en/latest/installing-from-source.html). First replacing the line `pynput = "*"` in `aw-watcher-afk/pyproject.toml` with: ``` pynput = { git = "https://github.com/moses-palmer/pynput.git", branch = "fixup/listener-thread-handle" }`...

Awatchers idle implementation is perfect and complete. I agree the DE is better for detecting idle. Awatcher works very well on my Fedora 41 system. Thank you very much for...