Simo Leone
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...
Hello! It is useful to be able to redact data values in production environments. This prevents PII and other sensitive data from reaching logging and error reporting systems. It's especially...
When an option is assigned or exercised and results in a stock trade, the IBKR report adjusts the `T. Price` and `Basis` on the `ClosedLot` row for the stock trade...