TypeChecked
TypeChecked
Sort of like how AeroTS allows for this (but obviously doesn't make use Roblox LSP) https://github.com/OverHash/aeroTS This'd be extremely helpful for large codebases, which games using AGF often have.
While setting up the development environment, ([following this tutorial](https://jsandler18.github.io/tutorial/dev-env.html)) when I run `./configure --target-list=arm-softmmu,arm-linux-user` to configure QEMU, I get the following error: ``` ERROR: Unknown target name 'arm-softmmu' ``` *Ubuntu...
Terrain.WaterTransparency has no effect on new water
On some boards (for example, the Raspberry Pi 4) the pinout diagram may lead some end-users to improperly connect the UART pins. For example, some users may connect pin 3...
Fixes #2851, caused by rojo-resolver returning RbxType.Unknown for files named like ``module.require.luau`` and not one of the standard formats such as ``module.luau``, ``module.server.luau``, or ``module.client.luau``.