lit
lit copied to clipboard
Toolkit for developing, sharing, and running luvit/lua programs and libraries.
I've been looking into maintaining the AUR packages for lit, luvit and luvi. However, the zip archives obtained by downloading and return a different zip every time they're run. This...
I assume that this should bring HTTPS support into `createServer`. Maybe going one step further with just `options`? After quick testing, coro-net works with this change (I have no certificate...
I'm trying to authenticate myself with lit to publish a module, but `lit auth` tells me that I don't have a public key. ``` ~/g/lit-jsonstream> lit auth [username] lit version:...
# The Pull Request This is an initial PR of many planned PRs aiming at polishing the Lit experience. In this PR I wrote the basics of getting a `lit...
`coro_http.request("GET", "https://google.com", {}, "")` would error with; ``` cannot resume running coroutine stack traceback: /mnt/data/bilal/deps/coro-channel.lua:16: in function 'assertResume' /mnt/data/bilal/deps/coro-channel.lua:126: in function 'callback' /mnt/data/bilal/deps/secure-socket/biowrap.lua:43: in function 'write' /mnt/data/bilal/deps/coro-channel.lua:148: in function 'write'...
I'm trying to use this for web scraping so an option for an https proxy would be appreciated. Is there there any way for one of you to add this?
This is more of a feature request, but it would be nice to be able to delete obsolete/defective packages. Especially packages that are short lived. The functionality I'm imagining is...
It's hard for my network to access to "github-cloud.s3.amazonaws.com", which causes the command "lit make lit://luvit/luvit" fail. And it seems that the environment variable "HTTPS_PROXY" doesn't work for lit. So,...
This should fix #303 by tracking the state of the thread. We might want to patch and update the coro-channel package on Lit as fast as we can, I've seen...
I've been running into this error since a while now, but as a small example, trying to install the module `Bilal2453/vips` will result in an error similar to . This...