提及
提及
https://stackblitz.com/edit/whx41x To reiterate: when a click event is triggered in any form, all item-sliding should be closed.
会打算支持吗? 不打算的话,那能否暴露 lua 原生 os ?
我是要修改二进制文件的,所以无关编码 不行,文件被截断。我尝试过了 ``` function a() local filePath = "r.lua" local file = io.open(filePath, "wb") -- file:seek('set', 2) file:write(string.char(0x22)) file:close() end a() ```
我咋试? github actions 不是可以下载结果的吗?为啥你这个没有下载列表。
咋还报 `: not support to update from unofficial source on windows, missing '--scriptonly' flag?` 哦哦,在 windows 里,晓得了。我在 msys2 里找没找到。
还是不行,存在一个有趣的错误 使用 r+b 模式下,先读后写会导致写无效,无事发生。
https://github.com/luvit/luvit/blob/184674a8c557282c69830055d5b2c3fb0071f6c6/deps/net.lua#L89-L91 Fortunately, there is a function that directly returns the value of the uv.tcp_* function. Thus, we can indirectly obtain the socket error
I tried the following ways ```lua http.createServer(function(req, res) end):listen(8080, "0.0.0.0") local tcp_s = net.Socket:new({ handle = uv.new_tcp() }); tcp_s:on('error', function(err) print(err) end) http.createServer({ handle = tcp_s }, function(req, res) end):listen(8080,...
Didn't you notice? I've already filled in the wrong string content in the original text > `date: �, 11 4� 2025 14:51:53 GMT` `os.setlocale("C")` can solve the problem
Why can't I speed up downloads through a proxy? I don't understand why, I also tried proxychain but still doesn't work. ~~When will this problem be solved? ☹️~~ ~~I need...