Chris Billington

Results 87 comments of Chris Billington

Yes, add_reader() works already as in the example upthread. However, callbacks are a less idiomatic way to use asyncio than providing an awaitable function or method. Wrapping a callback under...

Yes, it can, it's just calling the underlying inotify functions fairly directly so it can do everything they can do. The example with a directory is just because there are...

Yes, I am definitely open to accepting pull requests for performance enhancements, pythonic or otherwise. I am a bit sceptical that worthwhile gains can be made without things like Cython...

Experiencing this too in Arch. Dual monitors, intel graphics. Installed the extension from the AUR, worked until a long break, then gnome locked the screen. Don't remember if I unlocked...

@liamtimms I'm having difficulty doing that. The extension does not even appear in gnome-tweaks or the gnome extensions tool until I restart gnome-shell (this is unusual! Other extensions appear there...

Fixed by this perhaps? https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/2446 This fix is in gnome-shell 3.36.2, so I'll re-enable the "screen notification" setting and see if it still breaks.

Ok, I think I've made some progress. Your example renders correctly for me with EBGaramond12-Italic: ![texbug_garamond](https://cloud.githubusercontent.com/assets/1044087/22377532/5884dfdc-e480-11e6-9a2c-3cac05d91ecf.png) But not correctly with MinionPro-It. This is the result in both lualatex and xelatex:...

Somewhat resuming the conversation on grids from the pull request thread, I think re-introducing the idea of "workspace groups" as I originally put in the pull request (but removed as...

> Swaybar also needs to be able to distinguish between hidden, visible, focused, and focus-inactive workspaces. Looks like it also would want to know about 'urgent' workspaces. If the foreign-toplevel-management...

Hi @Anakael, there is a requested change in my pull request [here](https://github.com/swaywm/wlr-protocols/pull/35#pullrequestreview-387047167) yet to be made. If you are interested in in implementing that change I'd be happy to give...