-
Hello,
i am trying to get my built to work with -tags llua.
I tried with both: lua-5.3.6 and lua-5.4.3, both (freshly installed) – but both builds result in the same error.
```
$ CGO_CFLAG…
-
![darktable launch error](https://user-images.githubusercontent.com/59065204/166850054-15d12a39-7527-43cc-b024-1b061f1daecd.png)
Darktable worked on my Windows 10 machine, but I bought a Windows 11…
-
替换lua54.dll为其他版本后,可正常使用
-
# Luasocket bug with Lua 5.4.3
## Short Description
HTTP calls do not work with Luasocket 5.4.3 and luasocket.
## System Info
Lua: 5.4.3
Luasocket: LuaSocket 3.0-rc1
Distro Archlinux
…
-
Sometimes, if I press the key combination ctrl+z (cancel some action while working in the program), the program crashes.
https://i117.fastpic.org/big/2022/0515/1d/9a52a9b3acb1e3092aa4dd7834aef71d.jpg…
-
So I thought I'd go for this:
```sh
cd ~/.textadept/modules
git clone git@github.com:orbitalquark/textadept-file-diff.git
mv textadept-file-diff file_diff
```
Then `require('file_diff')` in …
-
C:\User\Ai164\Desktop\luamake>ninja -f ninja/mingw.ninja
[0/4] cd 3rd/bee.lua && ninja -f ninja/mingw.ninja
FAILED: build/mingw/_/bee
cd 3rd/bee.lua && ninja -f ninja/mingw.ninja
CreateProcess fa…
O30-l updated
3 years ago
-
### Problem description
I made package manager using Lua , but Lua no support ".." symbol. But this symbol work with other devices.
https://user-images.githubusercontent.com/87801676/138626307…
-
```rust
use mlua::prelude::*;
use tokio::time::{sleep, Duration};
async fn sleep_ms(_lua: &Lua, ms: u64) -> LuaResult {
sleep(Duration::from_millis(ms)).await;
Ok(())
}
#[tokio::mai…
-
ninja msvc_deps_prefix 配置好后,配置报找不到头文件,应该是我的系统原因,可能是设置不了英文导致
因为我想编译你的 lua-debug 插件学习一下,发现需要使用到 luamake 因为ninja 编译不了,所以我翻译了ninja 的工程文件
下面是我用 xmake 工具写的 最后段 luamake 生成的看不懂的,luamake 又找不到二进制的包下载,不知道能否提…