Mykyta Smirnov
Mykyta Smirnov
It would be great if validation functions like _is_, _assert_, _coerce_, _validate_ supported **currying** and had swapped arguments order. In that way there would a bit more ways to use...
### How are you using the lua-language-server? Visual Studio Code Extension (sumneko.lua) ### Which OS are you using? MacOS, Windows ### What is the issue affecting? Completion ### Expected Behaviour...
Is there any way to achieve proper inference of variadic arguments using aliases? `a` should be `fun(a: table, b: string, c: integer): boolean` but instead it's `fun(...: table): boolean` I've...