Xavier Wang
Xavier Wang
and, why not simply define LUASOCKET_API and MIME_API and etc. to LUALIB_API? just define LUA_LIB in every .c file before include lua.h.
测试应该可以编译过吧?我就是在mac上开发的
看文档,pb.option "int64_as_string" bugwang ***@***.***>于2022年8月31日 周三18:26写道: > 请教:有了解的吗。对方返回的int64类型。 > lua 要判断匹配 > > 目前想到,值过大 ,可以按string 匹配。有了解的吗? > > — > Reply to this email directly, view it on GitHub > ,...
这是Lua的限制:数组必须从1开始。而repeated将table当作数组使用,其他key会被忽略。
Okay, new version uploaded
MoonScript really support it, e.g. ```moonscript n = 0 foo = while n < 10 n += 1 n ``` `foo` will be a table have 1...10 as values.
可以考虑`pb.defaults("*array", array_mt)`
Ahhhh, what I say for lake is lpath module (https://github.com/starwing/lpath surely, it's under early development, yet). the binary is at: https://github.com/downloads/starwing/luaish/luaish-win32.zip i.e. goto repo page, find "Downloads" at right of...
I will try to not use squish.lua, and use split static char buffer for different lua file for debug use. I just found that .export doesn't work on windows. I...
Which system your on? maybe I could try it out. It works well on my Mac.