JohnnyMorganz

Results 418 comments of JohnnyMorganz

Still a useful feature request to have built-in, without needing to create custom hooks and telemetry uploading functionality

leaderstats is not created by default inside of a Player. You most likely are creating this at runtime. It is not possible to get this working without typecasting, since the...

Does the file you are trying to require exist in your sourcemap?

This is not something we can support unfortunately. Requires must be resolved statically in order to provide intellisense, Luau can't figure out where a require is pointing to if the...

> I tried to clean up a few type errors with the python script, though some of it seems to be a lost cause. Maybe it's time to rewrite this...

This is harder than it sounds, because to change the loaded type definitions we need to load a new typechecker environment. At the moment, this is only done at the...

Going to merge this feature request with #1170, as either way we'll need a filesystem configuration file to support this (most likely building off `.config.luau`)

Looks reasonable to me. I think this behaviour should be gated behind a configuration option though (should it be off-by-default too?) How value is the unfinished-string implementation? Seems like it...

> It should already be off by default in most editors, for example in VSCode you need to turn on format.onType (can't remember the exact name but it's something like...

I think part of the problem here is that the function type information stored in Luau does not store a synthetic name for these argument type aliases: it is only...