Thomas Jager
Thomas Jager
NeoLua Version: master I am bit out on deep water here. I was trying to debug a Callback function. And the StacktraceDebugger did not emit a stack trace so i...
NeoLua Version: 13.11 Example to reproduce: ```Lua local longstr = [[Show me this yes! ]] --[[ local unused_string = [[Line1 Line2]] local longstr = [[ Do not show me this...
I'm not sure this is the right place to report this but jusat point me in the right direction if it's the wrong place. Hass: 0.80.1 Node-Red: 0.7.0 When setting...
Please test Usage (Prints Nick list every 30 seconds): ``` go package main import ( "fmt" "github.com/thoja/go-ircevent" "sort" "time" ) const channel = "#whatever" const serverssl = "irc.whatever.net:6667" func main()...
NeoLua Version: HEAD Hi. I was wondering if it's possible to Extend LuaTable. I have successfully used ```LuaType.RegisterTypeExtension(typeof(XXXExtensions));``` For extending lots of other types. But if i try the same...