Results 27 comments of Tony

Should this be closed then?

We worked around this issue using `install_if`: ```ruby # # Until Sorbet supports ARM64 we can only use the `tapioca` and `srb` # CLI tools on Mac/Linux, but not in...

Sorbet has been buildable on aarch64 since this PR: https://github.com/sorbet/sorbet/pull/6862 To my knowledge the only thing left here is we need Stripe folks to setup a buildkite agent that can...

I built and released an `aarch64-linux` and `arm64-darwin-22` version if anyone wants to take it for a test run. ``` source 'https://gem.fury.io/tonybruess/' do gem 'sorbet-static', '0.5.10965' gem 'sorbet', '0.5.10965' end...

> I learned about Prisma yesterday, thinking it would make my SQL querying simpler. I like how Prisma has a MEDIAN function - that's what drove me to use it...

Looks like a fix was merged but a release was never published: https://github.com/MojtabaHs/iPhoneNumberField/pull/76