-
[Sorbet](https://sorbet.org/) is a gradual typing system.
Consider typing `ruby-cldr` using Sorbet to help catch typing bugs?
-
When authoring a JavaScript library with TypeScript, package authors can choose to write in `.ts` files, and the `tsc` command outputs `.d.ts` files which can be referenced in a `package.json` for the…
-
With VSCode and [Sorbet extension](https://github.com/sorbet/sorbet/tree/master/vscode_extension), each time I click on `Sorbet: Idle` and choose `Restart Sorbet`, there's a new instance of `watchman …
-
There are a bunch of errors like when indexing with a debug build.
```
sorbet/rbi/hidden-definitions/hidden.rbi:3649: Method OpenSSL::KDF.hkdf redefined without matching argument count. Expected: …
-
### Problem
Sorbet let's you reassign local variables to narrow/change their type, e.g.:
```ruby
a = T::Array[Integer].new
a = a.map(&:to_s)
T.reveal_type(a) # Changed to T::Array[String]
…
-
### Verification
- [X] This issue's title and/or description do not reference a single formula e.g. `brew install wget`. If they do, open an issue at https://github.com/Homebrew/homebrew-core/issues/…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Package ecosystem
pip
### Package manager version
pip-compile
### Language version
python 3.11
### Manife…
-
### Check for existing issues
- [X] Completed
### Describe the feature
For [sorbet](https://sorbet.org) for Ruby, the language server needs exactly 1 input directory. This is the directory th…
-
👋 Hello @hsbt I was chatting with @mame on Slack, thank you for providing such fast responses! Nice to meet you.
Here's some context for the behavior we're seeing:
- At https://github.com/sorbet…
-
## Problem summary
Sharing this little "hack" that we recently implemented in our codebase.
There's only that much we can achieve by adding signatures to `Grape::Entity`, especially because of the…