reply
text <b>bold <i>bold-italic</i></b><i> italic</i>
there is a game of life in the background
I just went looking for docs and it seems that 8.2 is not out yet
https://github.com/rails/rails/pull/56350/
File.write("check.rb", (["if i == 0\n puts :even"] + (1..1_000_000).map { |i| "elsif i == #{i}\n puts :#{i % 2 == 0 ? "even" : "odd"}" } + ["end\n"]).join("\n"))
i = ARGV.first.to_i
fish: Job 1, 'ruby check.rb 0' terminated by signal SIGILL (Illegal instruction)
reply