Simo Leone

Results 3 issues of Simo Leone

The main goal of this change is to provide a way to get dynamic auth tokens into the client. The most common use-case for this is with Azure, when the...

Using the new built-in [multiple database support](https://guides.rubyonrails.org/active_record_multiple_databases.html) seems to be incompatible with Spring. A minimal example that can reproduce the issue is below. For the sake of example, assume there...

For example code like this: ```ruby sig {params(x: T.any(A, B, C)).void} def foo(x) case x when A do_a(x) when B do_b(x) else T.absurd(x) end end ``` If a test does...