Gianni Chiappetta
Gianni Chiappetta
@trygveaa i'm using the latest release from the website as of last week. and i'm using it with emacs without any special font configuration or settings: ```elisp (font-spec :family "JetBrains...
@philippnurullin i did as requested and i'm still experiencing the issue. however after some testing i believe my editor is somehow forcing ligatures because when i disabled all language features...
So, exciting news: the next version of IRC-js will actually make Jerk obsolete. This is what the new API looks like: https://github.com/gf3/IRC-js/issues/60 And this is how you'd do formatting: https://github.com/nlogax/ircjsbot-plugins/blob/master/spotify.ejs#L45...
Happy to accept PRs here as I don't personally have time to add such features 🎉
Sounds good to me! Thank you.
Yes, this is a bug. I didn't anticipate this scenario. The solution is to queue up `NAMES` requests internally. On it!
Hey, sorry, I am working on a refactor right now to allow me to really test the internals. As soon as that's done, I'll tackle this issue.
@meelash Unfortunately this won't solve the issue because we can't tell _which_ `/list` data is associated with which holdback, so we have to lock and queue them.
I've tested this locally by rebasing master and updating the elixir submodule to the latest commit and it all seems to work well 🎉 If a collaborator is interested in...
For anyone finding this in 2023 and onward, you can assign a reviewer after a pull request is open by selecting the `Review-Requests` line and hitting C-c C-e ![Screenshot 2023-03-22...