Brian Hawley

Results 13 issues of Brian Hawley

The "our changes" and "their changes" grey text is too hard to see against the blue or especially green backgrounds, making it tricky to read. This makes it hard to...

interface

## Description I tried to install ruby-3.2.2 and ruby-3.1.2 on macOS Ventura, after using Homebrew to install rust so I could enable YJIT support for ruby-3.2.2. The rust formula had...

Psych serializes Date values with `to_s`, and just assumes that `to_s` generates ISO-8601 format dates. This is a little presumptuous of Psych, in my opinion, given that ActiveSupport in Rails...

CircleCI sent me an email indicating that the config settings for this repo were set to use a deprecated image (Ubuntu 14.04) because we didn't specify the image to use....

The standard gems added in #351 are currently blocking rubocop updates, just by being referenced in the Gemfile: - rubocop is up to 1.51.0 but standard requires "~> 1.50.2". -...

**Describe the bug you encountered:** Trying to configure Pyroscope from Ruby, and I got a panic on the initialize_logger call. ``` thread '' panicked at 'called `Result::unwrap()` on an `Err`...

bug

This github repo didn't have the changes past 0.9.6, so the recent 0.9.8 update here doesn't have them either.

### 🤔 What's the problem you're trying to solve? Rails 5.1+ added code that its test framework hooks into that makes transactional database cleanup thread-safe (there were bugs in the...

- General bundle update. - Update the docs too. - Add `require "ostruct"` to a couple test files using OpenStruct.

[Ruby 3.3.5 released](https://www.ruby-lang.org/en/news/2024/09/03/3-3-5-released/) [Ruby 3.2.5 released](https://www.ruby-lang.org/en/news/2024/07/26/ruby-3-2-5-released/) Lots of security and performance fixes in there. Would you please put out an updated version of the ruby 3, 3.3, and 3.2 images?...