Jason Garber
Jason Garber
I noticed this today while using chef-puma. With the following configuration, I'm observing chef-puma creating logrotate config files in `/etc/logrotate.d` regardless of the inclusion of `logrotate false`. ``` %w{example-one-com example-two-com}.each...
Now that this gem's test suite is back in sync with [microformats/tests](https://github.com/microformats/tests), would it be possible to directly include the code in that repo into this project via a [git...
Perhaps passed into `build` and `watch` as `--config` with a path to a YML file? ``` yml - source: /foo/bar destination: /foo - source: /biz/baz destination: /biz ```
…via `--config` CLI option, similar to [how Jekyll behaves](http://jekyllrb.com/docs/configuration/). This issue is step one toward configuring SVGO with a config file (see #27).
## Description Addresses #1031 by implementing support for XDG directories in accordance with the rules discussed in the issue and summarized in [my comment here](https://github.com/ruby/debug/issues/1031#issuecomment-1855128422). This change should be non-breaking...
Hello, all! Spurned on by @aimee-gm's #118 and the ensuing conversation in [#microformats chat](https://chat.indieweb.org/microformats/2020-05-11#t1589200726370900), I'd like to open this discussion with some thoughts on we might improve this project and...
## Description I'll admit to being fairly new to [mutant](https://github.com/mbj/mutant) and mutation testing in general. I did notice, though, that the README and `bin/run_mutant` shell script didn't jive with recent(ish?)...
This PR refactors the `ruby.yml` GitHub Actions workflow with a handful of changes: **1. Configure bundler cache in setup-ruby action** The [ruby/setup-ruby GitHub Action](https://github.com/ruby/setup-ruby) supports a `bundler-cache` config that, "runs...
Hello! First off, thanks for keeping this gem going for 15+ years. Also, I acknowledge the note in the README regarding the project's current status. So, if you don't feel...
From [version 1.71.1](https://github.com/sass/dart-sass/releases/tag/1.71.1) (released 20 Feb 2024), Dart Sass publishes a `-musl` variant suitable for use on Alpine Linux. We should update dart_sass to detect Alpine Linux and download and...