-
Trying a small example that echoes back everything from stdin, luvit aborts when the stdin is redirected from a file (but it works if it's a pipe or a tty).
```
$ cat test.lua
process.stdin…
-
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…
-
It similar to #682, but this time I'm thing of using luvit for server side not game client side.
Image if I have setup a luarocks with luajit on my system, to start using luvit, just `luarocks instal…
-
hello,
Sounds that https://gitter.im/luvit/luvit is not really active nowadays. Will it make sense to delete it ? Can have negative effects for those who want to know if Luvit community is active or n…
-
Can probably use the luvit implementation (``coro-http``, c.f. ``fetch`` in browsers), or maybe port the current one from Node? I don't really like the API, but it can likely be abstracted.
-
With an init.lua of:
``` lua
p(process.argv)
```
and a main.lua of
``` lua
return require('luvit')(function (...)
return require('.')
end, ...)
```
`luvit . arg1 arg2` will output:
``` lua
{ [0…
-
It looks like you've got some experience with people using node-git in a variety of use cases. It would be super helpful to me to document the most common use cases in more details than the simple ex…
-
- [x] https://github.com/luvit/luv/pull/412 [`uv_stream_get_write_queue_size`](http://docs.libuv.org/en/v1.x/stream.html#c.uv_stream_get_write_queue_size); see also the non-standard `luv` function `tc…
-
I have a simple app using `weblit`
```lua
-- main.lua
local weblit = require('weblit')
local app = weblit.app.bind({ port = 3000 })
app.use(weblit.autoHeaders)
app.route({ path = "/" }, …
-
While writing a system for table-based error objects, I discovered that unhandled errors cause Luvit to throw the following exception: `[string "bundle:init.lua"]:61: attempt to concatenate local 'err…
ghost updated
5 years ago