Parker Moore
Parker Moore
Interestingly, exporting showed a number of these in the resulting config: ```text [[Filter]] Query = "" Archive = false Read = false Delete = false ToMe = false ArchiveUnlessToMe =...
Hey Alan! It's been a while but I believe in your config.json, you can set "UseSpam" to "false". By default, it checks both a "Junk" folder and a "Spam" folder,...
@alekseevpg Depends on how you installed it. I added it to a composer.json file and found it in `vendor/bin` once I had run `composer install`.
@pathawks Before we make this the official home of all plugins & themes, let's come up with tests to enforce all the correct fields are present, etc.
These two versions `require` in two different ways, so a try...LoadError will need to be added.
I took a swing at this. It's much more complicated than changing the `require` statement: 1. EmojiFilter has become a NodeFilter, and `HTMLPipeline.new` has changed its initialization procedure. 2. The...
I'm not wild about the idea of an extra dependency here. @cupnoodle, what is the advantage of this over just serving the unicode bytes in the output file? @benbalter Do...
This code worked well for me: ```text ~/code/podman.io#master$ cat test_site_links.sh #!/bin/bash set -ex docker run --rm \ --volume="$PWD:/srv/jekyll" \ -it jekyll/jekyll:pages \ jekyll build export HTML_PROOFER_VERSION=3.18.5 docker run --rm \...
This could be fairly easily converted into a GitHub Actions workflow if that is an acceptable platform to use for the Containers org.
Seeing if the Google folks would be interested in streamlining this on their side. It's presently a significant amount of code to use the Git API! https://github.com/google/go-github/issues/1052