George Zhao
George Zhao
fail when `zig cc -target i386-windows-gnu`
Version: vimr: v0.28.0-328-85-g0e4cd218d nvim: vv0.5.0-vimr `:echo exists(":lang")` return 1, but `:language` fail with E319 And language availiable in nvim
As below show, os.execute in luvit not work same with os.execute in lua/luajit. I want to know the reason, are libuv change console mechanism? ## luvit ``` luvit zhaozg@zhaozgdeMacBook-Pro ...
[LuaFormatter](https://github.com/Koihik/LuaFormatter) is another lua code format, now I can use ``` vim let g:neoformat_lua_luaformatter= { \ 'exe': 'lua-format' \ } ``` to make it work, but a office integrate is...
As describe in https://github.com/luvit/luv/pull/331, There is a great possibility to get better performance. For example, from the following aspects: * Using luaL_ref to store the lua_State in the registry/avoid using...
* ~https://github.com/zhaozg/lua-openssl/search?q=memleaks&type=code~ * ~https://github.com/zhaozg/lua-openssl/blob/master/test/5.x509_req.lua#L173 related with https://www.openssl.org/docs/man1.1.1/man3/i2d_re_X509_REQ_tbs.html~ * https://github.com/zhaozg/lua-openssl/search?q=TODO&type=code * https://github.com/zhaozg/lua-openssl/search?q=FIXME&type=code
1. update version in src/openssl.h 2. make release tag and push 3. LDoc to generate new doc and publish 4. check luarocks with a new release
Document current procedures, methods and tooling and capture improvements as they are developed - [ ] basic file - [ ] How to install - [ ] Embed lua doc...
Work breakdown: 1. - [x] nginx + nginx-lua-module + lua-openssl without https/tls support 2. - [ ] nginx + nginx-lua-module + lua-openssl with https/tls support 3. - [x] openresty +...