-
Hello, is it possible to attach debuger to nginx lua script?
-
@CppCXY recommended I open a new issue from https://github.com/LuaLS/lua-language-server/issues/2951
In Zerobrane Studio Mobdebug works really well and is easy to setup (`luarocks install mobdebug`…
-
living code support cocos2dx api
-
Right now the syntax level supported by this plugin sucks. I can of course keep working on the regular expressions and make them a lot better. However before I do that it occurred to me...
Both vim…
-
Lua documentation mentions only 0 and 1 as accepted levels for getfenv(x). LunaTest uses getfenv(3) and this errors out on other Lua compilers with message "invalid level".
-
-
This is a meta issue to describe what we want to implement in relation to live programming:
* [ ] Line counting: now that the Erlang VM JIT supports [built-in code coverage](https://www.erlang.or…
-
Using the following code
```
local stream = MOAIFileStream.new()
stream:open ( "TestFile.txt", MOAIFileStream.READ_WRITE_NEW )
stream:write ( "TEST" )
stream:close()
local plugin = MOAIParticlePexPlu…
Sylph updated
11 years ago
-
Is there some handy documentation on how to implement the server? What commands should be sent and how each part relates to each other.
I have been reading the source but I have to look for command…
-
Since the Pandoc module is created via Haskell code, it is impossible (as far as I am aware) to run the Lua REPL and work with Pandoc objects. This means that my development/debugging attempts have to…