Michael Overmeyer

Results 156 issues of Michael Overmeyer

When applying `Minitest/AssertMatch` (or `Minitest/RefuteMatch`)'s auto-fix to the following the working code: ```ruby require "minitest/autorun" class AssertMatchTest < Minitest::Test def test_assert_match_autofix hello = "Hello World!" greeting = %r{Hello} assert hello.match?(%r{World})...

### What are you trying to accomplish? Release a new version of `ciso8601`, with support for aarch64 builds. ### What approach did you choose and why? Bumped the version number...

**Your environment** * `ruby -v`: `ruby 3.1.7p261 (2025-03-26 revision 0a3704f218) [x86_64-linux]` **Describe the bug** I noticed in [this dependabot PR](https://github.com/ruby-i18n/ruby-cldr/pull/326/files), that [CI was failing](https://github.com/ruby-i18n/ruby-cldr/actions/runs/15732390207/job/44336392083?pr=326) to install `debug` in Ruby 3.1....

Things are getting harder to support both modern versions of Python alongside old ones. This issue will be a place where I can document the relevant information, and any decisions...

## What I tried to do When using `I18n::Locale::Tag::Rfc4646`, `I18n::Locale::Fallbacks#[]` will throw a `NoMethodError` exception if the locale isn't an RFC 4646 locale. ## What I expected to happen I...

The link to `support-now` on the [`about/open-source` page](https://www.preciousplastic.com/about/open-source) is broken: That page was removed in [this commit](https://github.com/ONEARMY/precious-plastic/commit/907141683e6577075791e4a9c7aa352ecbc3bc93#diff-378adddc375fb9867e8263e593a335a4679c4954ac086b9a13f8236abd8a4bfd). The [existing/remaining support page](https://www.preciousplastic.com/support) doesn't quite match the sentence, so it's not just...