Patrik Ragnarsson
Patrik Ragnarsson
Continuing as requested from https://github.com/postmodern/chruby/pull/431#issuecomment-742793122, when I start `tmux`, the message `Ignoring ... because its extensions are not built ...` is printed many times for different gems. Like below. ```...
This might only make sense for the [timeout toxic](https://github.com/Shopify/toxiproxy#timeout) used with `timeout=0`, but wouldn't it be nice if it could work without a responding upstream? I tried with a "dummy"...
See https://github.com/rack/rack/blob/main/CHANGELOG.md Example test run with rack main branch: https://github.com/sinatra/sinatra/runs/7418697522
https://github.com/sinatra/sinatra/pull/1519 actually solves this, but seeing we don't have a release with that change, I thought I would report it for visibility (and maybe gather some more understanding on what's...
Feedback from https://github.com/puma/puma/pull/2607#discussion_r794420763 > https://github.com/puma/puma/blob/0a149ecf61958a5ef3ce7e79cc8d410bffb6d5cc/test/test_puma_server.rb#L359-L362 > > I think this is not a reliable test for this issue because: > > * Not all Ruby implementations might expose no backtrace...
I think we can get CI going on FreeBSD using [Cirrus CI](https://cirrus-ci.org/), from https://cirrus-ci.org/features/: >To support the Open Source community, Cirrus CI provides Linux, Windows, macOS and FreeBSD services free...
Not sure if GitHub API includes this yet, but it would be great to be able to approve pull requests via the app.
If your environment fails to specify UTF-8, Ruby defaults to US-ASCII and when public_suffix try to parse the list data, it fails: ``` ruby $ LANG= LANGUAGE= LC_ALL= LC_CTYPE= irb...
My change in 24440f9b61e9333bcd2bdd81f24715b9f5c84dca wasn't fully correct See https://eregon.me/blog/2021/02/13/correct-delegation-in-ruby-2-27-3.html and https://github.com/ruby/ruby2_keywords/issues/6
Hi @chrispat and @mscoutermarsh 👋 As you have been active on this repo, I assume you have some insight in the services side of GitHub Actions. I hope you don't...