-
There is a known issue both with Vim and Neovim: if you write an endless loop inside `:lua` then it can’t be interrupted. The lua itself handles the problem by simply running the following
```C
st…
ZyX-I updated
7 months ago
-
## Issue description
We currently have 146 setup hooks included in packages (that I can find):
```sh
$ rg -F "setupHook =" -l | wc -l
146
```
Combined with 12 (documented) setup hooks incl…
-
you read this discussion in tic80 issues page: https://github.com/nesbox/TIC-80/issues/2668 ... i better keep analisys there and move technical questions here
i have some ideas on how to implement…
-
## Context
Modern applications often offer the possibility to extend their features thanks to a plugin system. It's a great opportunity to make flexible applications and unlock the user experience …
-
When I try to compile my script in "il2cpp", I get this error:
```
System.NotSupportedException: To marshal a managed method, please add an attribute named 'MonoPInvokeCallback' to the method defini…
-
$ make
cc -Wall -Werror -std=gnu99 -I. -o interpreter interpreter.c
cc -Wall -Werror -std=gnu99 -I. -o compiler-x86 compiler-x86.c
cc -Wall -Werror -std=gnu99 -I. -o compiler-x64 compiler-x64.c
cc…
texrg updated
7 years ago
-
Is it possible?
~~~
$ cat sun.lua
local http = require("http")
$ glua sun.lua
sun.lua:1: module http not found:
no field package.preload['http']
CreateFile .\http.lua: The system cannot fin…
ghost updated
4 years ago
-
Running w/ lua5.4 I am getting the following error `./scripts/social-network/read-user-timeline.lua: error loading module 'socket.core' from file '/usr/lib64/lua/5.4/socket/core.so'`
I don't see a …
-
**Describe the bug**
EVAL and EVALSHA do not support running lua byte code (.ljbc)
and will result in error like
>(error) ERR Error compiling script (new function): user_script:1: unexpected symb…
-
``` d
import luad.all;
void main()
{
auto lua = new LuaState;
lua.doString("func()");
}
```
Stack unwinding doesn't work reliably from the panic handler as
it requires C-like stacks and -fno…