-
Thanks for making this. You say that if the author of gopher lua accepted your patch that you would no longer need to replace gopher lua.
I couldn't find this patch in the PRs if the gopher lua pro…
-
`lpeglabel` requires compilation, and support for native modules, while there are several alternative lua implementations, such as [gopher-lua](https://github.com/yuin/gopher-lua), which don't support…
-
In production redis, it looks like `cjson.decode("null")` returns `cjson.null` whereas the lua cjson in miniredis returns `nil`.
Maybe gopher-lua should be updated to match redis? The change invol…
-
I don't have anything concrete in mind but tshark supports lua scripting, and it could be neat if termshark had it (if it exposed enough functionality to be useful). I don't know if wireshark supports…
-
I think [this file](https://github.com/olexsmir/gopher.nvim/blob/main/plugin/gopher.vim) is creating plugin commands before an explicit load like `require("gopher").setup()`. For me, this is a problem…
-
I thought you might be interested in [gopher-luar](https://github.com/layeh/gopher-luar). It's a library I wrote to take some of the boilerplate out of working with gopher-lua.
ghost updated
7 years ago
-
You **must** post issues only here. Questions, ideas **must** be posted in [discussions](https://github.com/yuin/gopher-lua/discussions).
- [ ] GopherLua is a Lua5.1 implementation. You should be …
-
I'v made the lib [gopherlua-debugger](https://github.com/edolphin-ydf/gopherlua-debugger). But it need modify some code in gopher-lua
1. #131 this pr is needed which make gopher-lua support the ho…
-
### Describe the bug
While passively running Ikemen GO, the engine can randomly crash without opening any error message window. A log can be gathered when running the engine through the command lin…
-
Lua has a very-low golang impl named gopher-lua.
If c2go can compile lua and benchmark the gen-code, the result will track more attention for c2go.