deflinhec

Results 10 issues of deflinhec

Hi there, I came up with this github workflow and I think is very helpful, so I would like to contribute back to the repository. Basicly this workflow create a...

Lua hot reload for runtime match and rpc.

1. require `lib` folder. 2. require modules under lib folder directly.

coding style such as ("%s"):format("a") raises an error when Lua shared globals is enable.

Weird complier behavior when executing lua code inside rpc scope. ``` print(("%s"):format(value)) ``` Is this intentional? ``` server-nakama-node1-1 | {"level":"warn","ts":"2023-03-17T16:07:48.029Z","caller":"server/runtime_lua_nakama.go:2207","msg":"data/modules/api/watch.lua:28: attempt to index a non-table object(string) with key 'len'","runtime":"lua","rpc_id":"internal/consul/watch"} ```

Shouldn't init.lua been processed before all other scripts? Asscending depth order of folder structure and priority to init.lua before other script.