Dev Chrysalis Dalal
Dev Chrysalis Dalal
As someone who's recently worked with 150k+ row csvs in Lune, I'd also appreciate dedicated runtime support for (fast) Rust-based `serde.encode/decode("csv", text)` functions in Lune's `serde` standard library. My Lune-based...
Pretty sure this needs to be an RFC or a pre-RFC (draft), not in the main repo as an issue.
Could this be formatted in the usual `tostring(someuserdata)` fashion with angle brackets, like: ```luau type function printtype(t: type) print(t) return types.singleton(nil) end local a: printtype -- TypeError: type SomeStruct =...
> > Could this be formatted in the usual `tostring(someuserdata)` fashion with angle brackets, like: > > type function printtype(t: type) > > print(t) > > return types.singleton(nil) > >...
I tried making Ace editor/upstream Luau specific syntax highlighting for acode and got halfway through like last year. You can get luau lsp working in Termux atm in nvim tho...