Dorian Marié
Dorian Marié
## Description I was paging through a large array and hit ctrl-c. I was expecting to go back to the irb session. I got an error ``` Users/dorianmariefr/.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/irb-1.11.1/lib/irb/pager.rb:36:in `kill': No...
``` WARNING: node-v21.7.2-darwin-arm64 is in LTS Maintenance mode and nearing its end of life. It only receives *critical* security updates, *critical* bug fixes and documentation updates. ``` I think that's...
Hi, I found an error in standardrb with this code: ```ruby config.cache_store = :redis_cache_store, {url: ENV.fetch("REDIS_URL", "redis://localhost:6379")} ``` standardrb v1.22.1
Source: ```ruby def t(key, **options) I18n.t(key, **{scope: "project", **options}) end ``` Expected: ```ruby def t(key, **options) I18n.t(key, scope: "project", **options) end ``` Actual: ```ruby def t(key, **options) I18n.t(key, scope: "project")...
It's the current version in development at rails/rails
It took a while to install, just letting you know in case
i had a package that kept being marked as outdated and thus my ci was failing
I couldn't test locally without these