-
Plans to change the script into an executable are currently unhandled. If anyone wants to partake in doing this, please comment below.
-
I use luvit-2.14.2 from brew install under MacOS 10.12.6, with '$ luvit http-server-todo-web.lua'
the browser fail to load the page after few minites and curl shows 'Connection refused'.
no more…
-
Running a luvi app that layers on top of luvit (version 1.12.1) using `fs.createReadStream()` fails:
```
# luvi --version
luvi version: v2.7.5
zlib version: 1.2.11
rex version: 8.40 2017-01-11
…
-
Hello, i'm having an issue with gif saving
i load a gif using `local base = vips.Image.new_from_file("base.gif", {n=-1})` , then i save it again using `base:write_to_file("base2.gif")` (just for test…
-
Similar to Electron, having a repo that people can simply clone to follow along the tutorial (or otherwise explore the options that Luvit provides) seems like a sensible idea. Docusaurus also had a si…
-
Just update lit, but there is an error now
```
lit version: 3.1.0
luvi version: v2.6.0
command: update
load config: /Users/james2doyle/.litconfig
downloading: https://lit.luvit.io/packages/luvit/lit
…
-
We need to start writing some documentation (Internal API and Programmable API) to make it easier for others to join the project.
Any suggestions on how to make writing and updating the documentation…
-
mangle test-coro-fs to copy file `test` in the current dir
``` sh
dd if=/dev/urandom of=test bs=1M count=2048
luvit test-coro-fs.lua
```
copied 6442450944 bytes
instead of
copied 2147483648 bytes
c…
-
Pressing backspace/arrow keys while writing a code that's longer than the terminal width will result in duplicated lines.
According to @truemedian on luvit's Discord server, this is caused by this…
-
After conversation with @karllark and @k-gilbert today, we have determined that a full set of ASTs is necessary for each region that has a different selection function (and therefore noise model). Fo…