Stefan Wrobel
Stefan Wrobel
> Getting Chrome on board would be helpful As previously mentioned, this is being [actively worked on](https://bugs.chromium.org/p/chromium/issues/detail?id=889087) and is targeted for Chrome 76, to be released [around July 30](https://www.chromium.org/developers/calendar)
I have a potential fix for this but it builds on my code in #24 so I'll submit it if that's accepted
@marioestrada I see this was maybe fixed in 1.4.1 but I can't seem to figure out how to get it to work...
> Hi @bridgeport Thanks for your question. I believe @nosir is very busy lately with his personal life and might miss reviewing those new PRs. This project has not been...
What's the new recommended way to interact with ActionMailer? The only place it's referenced in the wiki is showing [how to use it with delayed extensions](https://github.com/mperham/sidekiq/wiki/Delayed-extensions#actionmailer).
> The idiomatic Rails way is deliver_later. Thanks. I know you're not a big fan of ActiveJob so I wanted to see if there was some other method that you...
I just ran into this in 1.17.3 and this is truly maddening behavior. The [docs](https://yarnpkg.com/en/docs/cli/install#toc-yarn-install) for `yarn install` specify that "If yarn.lock is present and is enough to satisfy all...
@voxik maybe rebase off master and see how CI fares now that Ruby 2.7 is officially released?
So, just to understand correctly, rbx < 2.3 installs without requiring llvm from homebrew, but rbx >= 2.3 requires llvm from homebrew?
Thanks for the context, @brixen. I realize I'm now turning this ruby-install issue into a rubinius issue, but since you're here, I was able to proceed using @spastorino's instructions, but...