Jake Zimmerman

Results 360 comments of Jake Zimmerman

Correct me if I’m reading your other issues wrong, but the error you saw came from lua, and I don’t think ALE uses lua, so that error comes from neovim....

I cannot reproduce this. I uninstalled watchman from my system, created this `.vscode/settings.json` file in an otherwise empty project with Sorbet initialized: ```json { "sorbet.lspConfigs": [ { "id": "local", "name":...

If you don't want to fuss with VS Code configurations, you can also consider adding this flag to your `sorbet/config` file. https://sorbet.org/docs/cli#config-file It should be ignored when `--lsp` was not...

Note that Sorbet really doesn't work that well without watchman installed: https://sorbet.org/docs/lsp#watchman For the best experience, you should install watchman, otherwise Sorbet's view of the world will diverge from the...

Ah, in that case, it treats `" --disable-watchman"` as the name of a file or folder containing Ruby code to type check.

Actually, it does give the feedback, it's just bad. The message mentions needing "a single input directory" and there are two: whatever is in `sorbet/config`, and `" --disable-watchman"`. I thought...

This is a weird case, I think you're right that Sorbet could do better at either allowing this outright or at least giving an informative error message saying why this...

In the [TODO](../blob/master/TODO) page, it says that the API is done. Should this issue be closed? If so, where is the documentation for the API?

Is it worth salvaging, or would it be best to start from scratch? On Sat, Oct 11, 2014 at 2:56 PM, Idan Kamara [email protected] wrote: > ## No, that's a...

Hey, this change is great and passes our test suite. I tested it on Stripe's codebase, there are about 700 errors. They all look like real errors, so I'm going...