-
lua and luajit submodules are missing from the tarball: https://github.com/luvit/luv/tree/master/deps
Using system luajit doesn't work, because cmake checks are trying to access private headers, su…
-
Please follow [XDG Base Directory](https://specifications.freedesktop.org/basedir-spec/latest/).
Offenders I noticed:
1. `~/.luvit_history`
-
Hi @creationix,
Would you mind to add (or consent that we add) [weblit](https://github.com/creationix/weblit) in `here` ?
This project compare performance based on 3 routes :
+ `GET` `/`, **S…
-
@timn @creationix
Asynchronous API for single threaded language have proven to be pretty efficient and fast, it's what has leaded node.js to a big success.
So, maybe it would be better tu use [luvit…
temsa updated
12 years ago
-
I''ve an issue with doing an HTTP request on an IPv4-only embedded system. The following code is a snippet of getting the file size of a remote file. Unfortunately, I am never getting a response.
`…
-
[LDoc is a documentation generator](https://github.com/stevedonovan/LDoc) for Lua. The Lit server could run it on the sources when a new version of a package is published. The docs could then be made …
ghost updated
8 years ago
-
Causes this error:
```
Uncaught Error: /root/luvit/tourmaline/deps/coro-channel.lua:62: ...it/tourmaline/deps/discordia/libs/voice/VoiceManager.lua:28: attempt to call method 'gsub' (a nil value)
`…
-
Trying to download and install luvit but it's failing at this point:
![image](https://user-images.githubusercontent.com/791494/28589592-157890e4-717f-11e7-949f-68fc2fb6cc06.png)
-
I'm tampering with lua-vips on a Raspberry Pi with a custom-built libvips, and I can't seem to get the module to work.
Here's the simple code I used:
```lua
local vips = require "vips"
local bas…
-
This should be possible using `debug.getinfo(2, "S").source` from inside the searcher to get the caller's path. This was the missing piece before.