-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Luapower is great and saved me a lot of time on configuring a cross-platform lua developping environment. In real use, I have the following ideas:
- Maybe I need a way to set up a luapower repo in local network, as it is never connected to internet. Is there an easy way to do this? Currently I could only mgit on my Internet, and copy it to a computer in local network. I don't want an all-in-one repo that cannot be separated.
- Additionally, I really expect mgit to resolve dependencies automatically, so that I don't have to write
mgit clone luasec lua-headers luajit openssl socketto install luasec, I only writemgit clone luasecand all things are done. - Your MySQL connector is the best one in Lua world I think. And I hope other database connection libraries could be added. And it's better not tied to nginx module. I have a strong need for connecting Oracle database.
- It seems libmariadb depends on zlib package, but it's not documented
- Some nice packages could be brought from ulua.io I think
- Copas and its relevant timerwheel and binaryheap is still a nice library to include. You could use your own heap if you don't favor Tieske's version. One reason I didn't migrate to socketloop is that it doesn't support UDP sockets. Another is it doesn't support an equivalent submodule with
copas.limit
Metadata
Metadata
Assignees
Labels
No labels