curiosity-a

Results 2 issues of curiosity-a

Any chance of portable (or otherwise without an installer) distributions? Especially relevant for the Linux distribution, which is a package right now and thus would necessarily become controlled by the...

enhancement

The situation: ```lua ---@class Test ---@field foo number ---@return Test local function test() return { foo = 'this is not a number!', } end ``` The code passes as valid...