Results 50 issues of Peter Oliver

The version of Atomic Chrome available on MELPA Stable, 2.0.0, is nearly five years old. There have been plenty of commits since then. Is it time to tag a new...

Here are a few patches for arduino-mode. I've included a few new keywords found in the latest versions of Arduino, and added a few convenience functions for uploading code and...

The Naughty words list comes from Cards Against Humanity. Cards Against Humanity is [made available](http://s3.amazonaws.com/cah/CAH_MainGame.pdf) under the [Creative Commons BY-NC-SA 2.0 License](https://creativecommons.org/licenses/by-nc-sa/2.0/). This requires attribution, which is currently missing.

Volume normalisation is generally controlled by the following setting: - Settings → Player → Audio → Volume Adjustment/Replay Gain With Spotty, it’s controlled by: - Settings → Player → Spotty...

This is done via the container at https://gitlab.com/mavit/nanoemoji-container. For me, the resulting COLR TTFs work in Firefox and in the Gnome desktop on Fedora 32 ~~(although they display rather small)~~....

In a fresh installation of Emacs 27.2, I type: `M-x` `package-install` `RET` `counsel` `RET` `M-x` `counsel-find-file` `RET` `.emacs` `RET` I expect the file `~/.emacs` to be opened, but actually the...

regression

Command `udiskctl info` uses white text for the field headings. If your terminal has a white background, this is unreadable: ![image](https://user-images.githubusercontent.com/120296/80913082-a8a10a80-8d39-11ea-83fc-1d71e2897a67.png) A workaround is to pipe the output through `cat`,...

The latest version of the RelaxNG schema for HTML can be found at https://bitbucket.org/validator/syntax/src. The Subversion repository hasn't seen any commits since 2010. See http://syntax.whattf.org/.

I found `all-the-icons-dired` to be unusably slow on a remote tramp directory containing a few hundred files. Commenting out the following line improved performance a great deal: ```elisp (if (file-directory-p...

I’m interested in plumbing `Perl::Critic` into GitLab’s code quality feature. GitLab expects to receive [JSON with a particular structure](https://docs.gitlab.com/ee/ci/testing/code_quality.html#implementing-a-custom-tool). An automated job to generate this JSON would run for each...