-
Gideros is considering moving from lua to luau. I hope to be able to continue using ZBS when/if this switch happens.
See luau info:
https://luau-lang.org/
See discussion here and here:
https:/…
-
add LuaU Language, a Lua-derivated language, mainly used at Roblox.
-
https://github.com/JohnnyMorganz/luau-lsp/blob/6a998a04d1fc5fcf4df0dd7b0923f165b687607e/editors/code/src/extension.ts#L174
I'm working on my own VS Code extension and trying to do so appears to mak…
-
With the `to excel` command, we already have a robust CSV to Excel exporter.
However, it doesn't allow you to:
* format cells
* add formulas
* add conditional formatting
* do merged cells,
* …
-
I'm not sure why exactly it happens, but it happens for the reliable remote OnClientEvent.
![image](https://github.com/user-attachments/assets/a02ab6f5-9df0-4704-94d3-687fb892bb48)
![image](https://…
-
I am unable to rename symbols at all with both `F2` and `editor: rename`.
I am able to:
* Rename symbols in Zed with other languages.
* Rename symbols in VSCode and Neovim with luau-lsp.
I am us…
-
is there any performance report with xlua or tolua
https://github.com/topameng/tolua
https://github.com/Tencent/xLua
-
> Luau (lowercase u, /ˈlu.aʊ/) is a fast, small, safe, gradually typed embeddable scripting language derived from Lua.
https://luau-lang.org
Lupa should have support for Luau. Luau's C APIs have s…
-
We could use the data in this repository to generate type annotations for Lua variants like [tl](https://github.com/teal-language/tl) and [Luau](https://luau-lang.org).
Here's a version of it for L…
-
remodel currently only supports Lua 5.3. It would be awesome to support Luau as well. This could be done in a backwards compatible manner by having `.lua` run in Lua 5.3, and having `.luau` run in Lua…