-
I don't know whether this is something related to `Windows 10` or not, but `builtin.live_grep` does nothing.
It successfully shows the floating window popup and doesn't throw an error, but simply d…
-
Hi,
I was wondering if it would be possible to support annotating functions taking n variadic args _then_ a known fixed type.
Basically I have this utility function, which unfortunately can't be…
-
I just noticed a regression in my cbor code from moving back to the older version of luajit.
In luajit 2.1.x you can perform bit operations on 64 bit integer cdata values, but our current version o…
-
I don't know if this has always failed, but it appears that most of these tests fail on Windows. This code has not changed in 5 years. Tested with the current master branch on Windows 10 64-bit.
``…
-
```
C:\Users\elper\Desktop\LUA IDE\lualibs/discordia/init.lua:2: module 'class' not found:
no field package.preload['class']
no file '.\class.lua'
no file 'C:\Users\elper\Desktop\LUA IDE\bin\lu…
-
in function: luv_work_cb
```c
if (lua_isfunction(L, -1)) {
int i = luv_thread_arg_push(L, &work->args, LUVF_THREAD_SIDE_CHILD);
i = luv_cfpcall(L, i, LUA_MULTRET, 0);
if ( i>=0 ) {
…
-
I need a BEAST justification figure for the IR LUVIT proposal. Last year, I used the attached figure, which I hacked together from old runs.
![image](https://user-images.githubusercontent.com/223…
-
I'm not sure if I'm doing something wrong, but I'm launching like 6 bots at a time on my VPS, and some of them randomly just shut off.
I open the CMD Prompt and type in a key and they restart them…
-
I've used Luvit on my windows computer, but I've been trying to install it for my raspberry pi as of yesterday. I've successfully installed Luvi, but when trying to run the `luvi lit.zip -- lit.zip` c…
-
I have the following code:
```
http.createServer(function (req, res)
print(req.body)
}
```
but it returns nil. After looping through req i see the follow:
![image](https://user-images.git…