Akuli
Akuli
I just realized that xvfb doesn't run a window manager, so I think there's not really "multiple windows" to speak of. I'm not really sure what happens instead. It is...
Lol. I think I got a window manager to work inside xvfb. Without window manager, `.focus_get()` always returns None, maybe it means that focusing isn't really a thing or something....
I just realized I can take screenshots inside xvfb-run + bash sessions by running `scrot`, a command-line tool that saves a screenshot as image file with no GUI interaction. The...
I don't really want buttons like this. A few reasons: - We don't have a good way to deal with the many flavors of markdown. For example, should triple-backticks or...
Related: #159
Instead of "completely uninterested", a better way of looking at this could be that I want a different user interface for the same thing. Instead of buttons, I would be...
> Sounds like you are referring to #1319 ? #1319 and #159 are pretty similar. I was referring to #159 but you can view #159 as being just specific commands...
`builtins.function` is a legacy thing that mypy needs for historical reasons, see https://github.com/python/mypy/issues/8240. Usually it uses `Callable` or some other class with a `__call__`. My guess is that the "Cannot...
Apparently aarch64 support [was added to py-tree-sitter-languages recently](https://github.com/grantjenks/py-tree-sitter-languages/pull/27). I haven't updated py-tree-sitter-builds in a long time though, so it still includes an old py-tree-sitter-languages version. This is a bit of...