Jonas Bernoulli
Jonas Bernoulli
> you're experiencing issues after the latest fix Yes, I made sure to use the very latest version; which backfired. > Ihor Radchenko made another fix With that it's becoming...
> For example, Emacs 29 will choose `emacsql-sqlite-builtin` so it shouldn't require `sqlite3` package, but is it possible for `package.el` to conditionally install the dependency? I don't know of any...
> Is it fine to even eliminate `emacsql-sqlite-module.el` from the output for Emacs 29? It is fine if you know that no Emacs 29 user will ever go back to...
Sounds like I might have to do another round of testing. I probably won't do that today. > It is possible to extend it to remove `emacsql-sqlite-module.el` for Emacs 29...
Thanks!
Note to self: don't forget to update the documentation before release. - [ ] Packages won't be split up the same as they are now.
I've just pushed a big change which includes improved support for notifications. The reason notification support in Forge was so poor, is that Github's notification API is abysmal. It is...
I have to admit I haven't really migrated to using Forge for notifications yet. Until I have done that, there are likely going to be bugs and features that haven't...
> the status of *the most recent* notification will always be`unread` Forge fetches all notifications "since" the date recorded for the latest already fetched notification. Gitlab seems to fetch everything...
I've been working on this but have run into lots of issues and technical debt along the way. As a result it might take another week to finish this. I...