expeehaa
expeehaa
> Oops, I was wrong. `lsb_release` is called by the [notifications package](https://github.com/atom/notifications) if there is a bug report popup, apparently. > > I should have looked more closely and seen...
I just had a crash using 53139e66de0d2cdb8989020ddc7c6bccce6638db on Gnome 43 that looks very similar on first sight, which happened immediately after I disabled the extension. I cannot reproduce it easily...
Since a few months all relevant recent browser versions support MathML natively and MathJax in its current usage implementation has issues with offline rendering, among others. I like to suggest...
A few months ago I created a gem out of the TreeProcessor extension I mentioned above: https://github.com/expeehaa/asciidoctor-mathml (I just noticed that there is no readme, I should probably add that...)....
The docs for `Discordrb::Bot#application_command` (which is included from `Discordrb::EventContainer`) state that the name argument shall be a symbol, so I would expect that it is intended to not work with...
I'll maybe try to write a fix, but it could take a while. If someone else wants to do it earlier I'ld be totally fine with it. Regarding the usage:...
I also noticed this issue on X.Org. In the attached video, look at the number of the hour when the second transitions to 40. It also happens for some other...
I did not test this, but I suppose it would be possible to create an empty meta gem (e.g. `octokit-faraday-dependencies`) that has exactly two versions: 1. Version `1.0` requires `faraday...
I had the same issue and the downgrade of `ruby-maven` to `3.3.12` fixed it for me. I’ve created a small Dockerfile to reproduce it. ```Dockerfile FROM jruby:9.3.6.0 WORKDIR /test RUN...
I’ll try to do that and rebase the branch soon.