-
Since [gopher-lua](http://github.com/yuin/gopher-lua) is pure Go it would be nice if Luar was available for it :+1:
(github.com/yuin/gopher-lua)
-
### Describe the bug
the error is posted on the `freetype: invalid TrueType format: bad kern table length
goroutine 1 [running, locked to thread]:
github.com/yuin/gopher-lua.(*LState).PCall.func1()…
-
## Description of the problem or steps to reproduce
When calling clipboard.Write with anything inside a lua script, it just crashes micro.
Example code:
``` lua
local clipboard = import("micro/c…
-
**Problem Description:**
I'm trying to use the `GoTagAdd` function on multiple structs in my Go code, as shown below:
```go
type (
LandingArticle struct {
ID uuid.UUID `json…
-
When I try to download some chapters on certain manga entries on MangaSee headless chromium connector version 1033860; mangal crashes with the following error. I am using the latest git version of the…
-
I'm sometimes getting this error:
```
E5108: Error executing lua ...l/share/nvim/lazy/gopher.nvim/lua/gopher/struct_tags.lua:62: bad argument #1 to 'concat' (table expected, got nil)
stack tracebac…
-
I have forked and striped of any "os" dependencies this package https://github.com/yuin/gopher-lua (my fork https://github.com/thegrumpylion/gopher-lua) and i am trying to build this example https://g…
-
panic: runtime error: invalid memory address or nil pointer dereference [recovered]
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation c…
-
A simple find with a one letter match
```
diff --git a/_tests/test.lua b/_tests/test.lua
index 6364aec..0ce8927 100644
--- a/_tests/test.lua
+++ b/_tests/test.lua
@@ -19,6 +19,8 @@ assert(not pc…
-
Thank for you great tool!
I've built tile38 the last time in 2021 without any problems. Now _make_ is leading to GOROOT / GOPATH complaints like in https://github.com/tidwall/tile38/issues/6 :
```…