Bas Alberts
Bas Alberts
> Thanks! > > > > This package currently provides queries only for `tree-sitter-hl`. Please remove non-`hl` queries. Done :)
I've released a ql mode included with https://github.com/anticomputer/emacs-codeql, it is named `ql-tree-sitter-mode`, however I don't expect that to become a default association as it is not on MELPA yet. It...
@fosskers I ran into the same issue, as an interim fix to not be lagged out when juggling (a lot of) GitHub notifications via magit/forge I made a little notification-veneer...
FYI I've integrated vpnshift-like logic into my emacs/elisp based openvpn manager, I already did concurrent/multiple namespace support and platform-dependency logic (to some extent) in there, may be useful to grab...
Fair enough, I think you could add concurrent namespace support to vpnshift as a shellscript fairly rapidly by just creating namespaces based on timestamps, the only part that would need...
Digging into this now, I noticed today also with the latest forge that a topic visit no longer marks things as read on the GitHub side.
So I'm seeing some beta endpoints being used for the unread/read marking on GitHub (`/notifications/beta/mark` and `/notifications/beta/unmark`). It looks like those SHOULD support bulk status changes through an array of...
Would integrating gh-notify topics into the standard emacs bookmark system fit your use case, i.e. being able to bookmark a topic and revisiting it from the bookmarks ui? Or you're...
> @anticomputer PR does not seem to match this issue? Thanks for the heads up, the reference to `#299` was from an upstream commit in cmark, which got confused for...
Yeah once I have a stable first release out I'll do the work required to get it into one of the ELPAs or at the very least MELPA. I want...