Sebastian Cohnen

Results 198 comments of Sebastian Cohnen

Thank you, that was the missing piece. From your comment I take that by know it would indeed be acceptable to make email optional for lego? If that's the case,...

@sharvy I'm also tracking this issue. I think it was not implemented, see https://github.com/thoughtbot/factory_bot/pull/1518#issuecomment-1587525855.

I think this is still an open issue and not addressed in [2.2.0](https://github.com/rvm/rvm1-ansible/releases/tag/v2.2.0), right?

Any update on this?

I think it's a very very bad road when you start to support non-standard stuff, especially if it's non-standard for absolutely no reason. Where ever you see this non-standard JSON,...

I guess, the only thing you have to do is to make sure you have rust installed `brew install rust` and then `rvm install 3.2.0 --reconfigure --enable-yjit`.

hmm, to clarify @mathieujobin, you need to set those vars when compiling Ruby 3.2.0 from source, right? Maybe I'm missing something, but YJIT was not enabled for me when I...

Is mastodon using `bootsnap`? I run into an issue with Ruby 3.2, see https://github.com/Shopify/bootsnap/issues/436 and https://bugs.ruby-lang.org/issues/19419

That was a good hint, thanks. I was a little lost and couldn't really find a good starting point. I did some very corse search and found `2.3.27` to be...

Forgot to mention: I tested bundler versions with this: `bundle _2.4.0_ update --bundler && bundle && rspec ./spec/acceptance/appraisals_file_bundler_dsl_compatibility_spec.rb`. Since bundler also manages itself, debugging things like that became rather easy...