-
![image](https://github.com/user-attachments/assets/374cac26-0c95-4626-adb7-2eec181d2f80)
Hello! I'm trying to use the plugin, but I don't have Watchman installed in the app container for compati…
-
I've discussed this with @andyw8 on Slack.
I'm working on a Rails application that uses Sorbet and Tapioca.
Using `Time.now.rfc3339` in the app introduced a Sorbet error:
```
app/jobs/dead_translatio…
-
#### Input
[→ View on sorbet.run](https://sorbet.run/#%23%20typed%3A%20true%0A%0Adef%20foo%28y%3Dnil%2C%20kw%3A%20nil%29%0Aend%0Afoo%28%0A%20%20%7Ba%3A%201%7D%0A%29%0A)
```ruby
# typed: true
def f…
-
I've been working on spinning up a new rails server and for some some reason when I go to update the gem rbis with `bin/tapioca gems` I get an error when solid cable is being used for development.
`…
-
### Problem
Stripe makes contributions to Sorbet and uses the HEAD version of Sorbet internally. Our scip-ruby CI job is set up to pass the exact same flags that we pass to `sorbet`, into `scip-rub…
-
#### Input
[→ View on sorbet.run](https://sorbet.run/#%23%20typed%3A%20true%0Aextend%20T%3A%3ASig%0A%0Asig%20%7B%20params%28block%3A%20T.nilable%28T.proc.params%28a%3A%20String%29.void%29%29.void%2…
-
#### Input
[→ View on sorbet.run](https://sorbet.run/#%23%20typed%3A%20strict%0Asig%20do%20%0A%20%20type_parameters(%3AU)%0A%20%20%20%20.params(block%3A%20T.type_parameter(%3AU))%20%0A%20%20%20%20.…
-
If someone wants to use both gems, they will have to use an older version of `ruby-lsp` (0.13.3 appears to satisfy the dependency, at least). If they want to use a newer version of `ruby-lsp`, they wi…
-
I have been recently adopting sorbet into my projects and it greatly helped me with refactoring.
Unfortunately the typechecking errors are not extending to specs due to the DSL nature of RSpec (in …
-
Notice the first two rows with duplicate `frame_nr` number, even though `frame_nr` is the index column.
edit: the first row as a `null` frame_nr value actually (it just happens to be displayed as 0…