Alex Kitchens

Results 5 comments of Alex Kitchens

The issue looks to be with Bundler, and here's the failure [from a CI run](https://github.com/open-telemetry/opentelemetry-ruby-contrib/runs/7050619525?check_suite_focus=true) when running `bundle exec appraisal install` (it's specifically failing to run `bundle install` on the...

I've had a similar issue. One thing I've noticed is that even if I close the app, and open it back up, the app stays on the ProjectSetup page. I'm...

This seems like a cool use case for Ruby 3 and I love that it's proven backwards compatible in the testing. 👍

@gaffneyc we use this gem quite a bit on my team at work, and I'd love to help improve it. Is addressing general issue tickets or cards in the v4.0...

Similarly, when trying to run `gem install vernier`, I received a more clear error: ``` compiling memory.cc memory.cc:1:10: fatal error: 'mutex' file not found 1 | #include | ^~~~~~~ 1...