JohnnyMorganz

Results 416 comments of JohnnyMorganz

Definitely want to improve both of these aspects, the issue right now is that definition files are passed and loaded at server startup (using command line flags). We can't display...

Blocked on https://github.com/Roblox/luau/issues/562

All the ones which resolve to `any` are incorrectly typed due to a Luau bug: https://github.com/Roblox/luau/issues/631 `IgnoreWater` is included in `OverlapParams` because its specified in the API dump. Strange that...

OverlapParams will be fixed in https://github.com/NightrainsRbx/RobloxLsp/pull/181

I can't reproduce this, it works correctly for me ![image](https://user-images.githubusercontent.com/19635171/187277127-b262c272-01bf-4d90-b7bc-624423e54ba0.png) ![image](https://user-images.githubusercontent.com/19635171/187277157-66a0bc3f-849a-4c50-9036-17fe199ed922.png)

Going to close this as I cannot reproduce. If you have this issue again, let me know

This feature is currently blocked on the following: > We modify `typeCheckerForAutocomplete` to provide more expressive DM types not present in the base type checker (which AIUI Studio does as...

Yeah, our unicode support is all over the place right now, need to read up on how to support this better.

Strange..., I can reproduce this in my project, but not in a new project as well.

Few things I can uncover from this: - Setting FFlag `LuauTarjanChildLimit` to 0 fixes this. - Because we are using the autocomplete typechecker, we are subject to the dynamic limits...