Mark Ayers
Mark Ayers
Chart.yaml designates `repository: https://charts.helm.sh/incubator` for Cassandra. That chart repo has been deprecated and redirects to the hub at artifact.io. The project should replace the old incubator chart with a supported...
### Description Atom snippets fail to treat an octal in multiline strings as expected. While the specification at https://github.com/bevry/cson proclaims "Multi-line Strings! Without Quote Escaping!" and gives no warning about...
### Before submitting an issue, please be sure to - [x] Read [the contributing instructions](https://github.com/github/pages-gem/blob/master/docs/CONTRIBUTING.md#contributing-to-the-github-pages-gem) - [x] Update to the latest Gem version (run `bundle update github-pages`) ### This issue...
I would really appreciate an update to Font Awesome libraries. I am particularly interested in the Mastodon icon. See It may be as simple as updating the NodeJS configuration. My...
Here is a diff example of bare return rewrite when using `goreturns -b -i -l -w .`: ```diff if err != nil { - return + return output, + +...