Jean Boussier
Jean Boussier
I failed to reproduce the issue from a new app. Could you give me more informations please? - Rails version - rspec-rails version - rspec version - the order of...
I'll look into it thanks!
yep. PR welcome
You don't have to remove `hiredis` just now, you can just make pass `driver: :ruby` if the redis connection parameters show it needs SSL. Also yes, once you upgrade to...
@nametoolong no idea what you are talking about, pipelining absolutely work with the `:ruby` driver even on redis-rb 4.x.
> Nasty but works with hiredis. That has nothing to do with `hiredis`, it's about `redis-rb 4.x` vs `redis-rb 5.x.` Also these are absolutely trivial to fix.
Bootsnap ISeq compilation is disabled, so no concern here: https://github.com/mastodon/mastodon/blob/68a92c81bfb1bc4703cd4974321b8cb168793541/config/boot.rb#L15
@ko1 a way to say: only 1 out of N GC cycle actually age objects.
> I heard Shopify once used RUBY_ABI_VERSION, but after some practice they give up to use it because what people can do is only clean and build when they hit...
So I was actually advocating for removing this pre-aging, as I suspect it causes a bunch of ephemeral classes to make it to the old generation. > At GitHub we've...