Alexey Melnichuk
Alexey Melnichuk
You have to install zlib byself. They both work on windows. https://github.com/moteus/ZipWriter#install
You have to install zlib byself. It is not a Lua module so luarocks does not install it. Luarocks does not install any external dependencies for a Lua modules. I...
I buld both libs without error. Also you can get precompiled [zlib from my repo](https://github.com/moteus/lua-windows-environment/tree/master/libs/zlib). Both lzlib and lua-zlib compiles with luarocks on windows
Hello. I write extension plugin manager for [websocket](https://github.com/moteus/lua-websockets-extensions) and [permessage-deflate](https://github.com/moteus/lua-websockets-permessage-deflate) extension. I test it with my websocket implementation and it pass all AutoBahn tests (client and server). I think it...
I do not think I like this idea. When I create this library I think about it as a low level library. And to build complex loggers just need one...
I do not use Nginx/Openresty. And has no any test sytem. Also this library hase some deps. (core part depends on [data](https://luarocks.org/modules/tieske/date)). And some writers has others deps. So PR...
So many words :) This all known problems in original llthreads library. I faced with this when forget save `thread` object and at some point my app just hangs up....
It all possible. What you describe in first message is just detached/joinable threads. You can start thouse like `thread:start(true, true)`. In this case `__gc` method will call `detach`. But it...
Do you know why it passes uild/test on osx CI?
This is problem with luarocks not with rockspec.