Erick
Erick
Collision class support for breezefield, easy just like windfield :)
This Lua LSP could benefit from a new @constructor tag, which would be used when defining classes, especially with libraries. Currently, we have to do something like this: ```lua ---@class...
I don't know if it's an expected behavior, but love.mouse.isVisible returns true in mobile devices, which is a bit weird. Platform: Android LÖVE version: 11.5
When trying to index a value of type `SomeType | nil` in Teal, the compiler raises an error, even if the value has just been checked with the `and` operator....
Self-assignment operators (+=, -=, *=, /=) would be a great addition to Teal. Since Teal is a transpiled language, it has the flexibility to introduce useful features that improve code...
It would be great if Teal had built-in support for classes. I know it might be a bit unconventional, but creating classes in Teal with its type-checking system is quite...
One thing I noticed was missing in this LSP was variable suggestions. It didn't show variables in scope while typing. But after looking at the source code, I changed the...