Frityet

Results 66 issues of Frityet

How would I debug multiple files (my main file `require`s other files)?

The debug seems to be ignoring what I set for path/cpath ```json { "version": "0.2.0", "configurations": [ { "type": "lua", "request": "launch", "name": "Debug", "program": "${workspaceFolder}/lua_modules/lib/luarocks/rocks-5.1/thor/dev-1/bin/thor.lua", "path": "${workspaceFolder}/lua_modules/share/lua/5.1/?.lua;${workspaceFolder}/lua_modules/share/lua/5.1/?/init.lua", "cpath": "${workspaceFolder}/lua_modules/lib/lua/5.1/?.so",...

Apple would not be happy, but who cares?

### Xmake Version 2.7.9 ### Operating System Version and Architecture Darwin amrit-10.local 22.5.0 Darwin Kernel Version 22.5.0: Mon Apr 24 20:51:50 PDT 2023; root:xnu-8796.121.2~5/RELEASE_X86_64 x86_64 ```yaml ProductName: macOS ProductVersion: 13.4...

bug

```c PS C:\Users\Frit\Documents> luarocks install tabular Installing https://luarocks.org/tabular-0.4-1.src.rock Missing dependencies for tabular 0.4-1: compat53 (not installed) ansicolors ~> 1.0 (not installed) tabular 0.4-1 depends on lua >= 5.1 (5.4-1 provided...

Indexing large projects with a lot of dependencies can get quite slow, and with extremely large files autocomplete slows down. Is a port to LuaJIT possible/considered? I am considering making...

### How are you using the lua-language-server? Visual Studio Code Extension (sumneko.lua) ### Which OS are you using? MacOS ### What is the issue affecting? Annotations, Type Checking ### Expected...

### How are you using the lua-language-server? Visual Studio Code Extension (sumneko.lua) ### Which OS are you using? MacOS ### What is the issue affecting? Annotations, Type Checking, Libraries ###...

Will this project ever come to LuaRocks, the lua package manager?

enhancement

I would like to use Teal's `Node` type, but it doesn't seem to be exposed, is it possible to get this in the public API? It is returned by `tl.parse()`...

feature request