Frityet

Results 125 comments of Frityet

@hishamhm done 😄 👍

seems like nodes made with `block()` aren't properly showing up in generated lua? investigating... ```lua local macro test!(): Expression local s = block("string") s.conststr = "hello" return s end local...

> seems like nodes made with `block()` aren't properly showing up in generated lua? investigating... > > ```lua > local macro test!(): Expression > local s = block("string") > s.conststr...

> > seems like nodes made with `block()` aren't properly showing up in generated lua? investigating... > > > > > > ```lua > > > local macro test!(): Expression...

> For now, it takes quite a long time for our vscode plugin to get the check results after users edits, since every edit will trigger a teal check, and...