Earlopain
Earlopain
Single issues seem preferable to me
I tested out a few versions and it seems to have been broken for a very long time already. I tested 1.2.0 and 1.0.0 (from 4 years ago). If my...
I suppose you could tack on as much as you want to that line but I wonder how useful that would actually be. What is your usecase? In my mind,...
> Re: norubocop modifier As per CommonMark, the stuff after the codefence is called an infostring: https://spec.commonmark.org/0.31.2/#info-string > The content of a code fence is treated as literal text, not...
I'd love to see this merged, @hsbt could you take another look now that Ruby 3.3 is properly released?
Here's the yml to switch back to the old behaviour. I don't have much to do with i18n myself so this wasn't obvious to me: ```yml en: errors: messages: confirmation:...
Some info to potentially consider: the unicorn webserver still doesn't work well with Rack 3, even though a patch for support has been available for almost a year now. https://yhbt.net/unicorn-public/[email protected]/....
Thank you @bensheldon, that has given me some pointers into what to look at more closely. Running tests through rails there are two executors active. The first is `Rails.application.executor` from...
I managed to produce a single-file reproduction script ```rb # frozen_string_literal: true require "bundler/inline" gemfile(true) do source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } gem "rails", github: "rails/rails", branch: "main" end...
I'd love to fix this myself but unfortunatly this whole mechanism goes way over my head. Can this get the reproduction label so it doesn't become stale? I didn't have...