JohnnyMorganz

Results 418 comments of JohnnyMorganz

I plan on taking a deeper look at LSP performance issues. Can you generate a `trace.json` file and send it to me when you experience slowdowns? You will need to...

Going to close this issue for now as there isn't anything actionable just yet. If you hit the performance issue and you have a tracing.json as mentioned above, feel free...

Thanks for reporting! Looks like the problematic part are the comments in this section: ```lua console.dialog = iup.dialog { iup.vbox { iup.frame { iup.hbox -- use it to inherit margins...

An external sourcemap produced the unintended side-effect of being able to support tools other than Rojo, provided they create a same style sourcemap, which is something I want to keep....

This is pretty neat, thank you! Is the expectation that the Todo list is completed before this is available? Or is it usable in its current state

I don't think luau lsp has any refactoring operations. What kind of stuff does that entail?

it looks like a valid error to me, if `getproto` returns the function `(() -> any)`, it cannot be indexed?

Yeah, the point is that it could return *either* of those 3 things, but Luau doesn't know which one gets returned. If it returned any of the other parts of...

I believe this should get fixed by #854

#854 was merged and will be available in the next release. Let me know if it improves the situation!