-
I use lutem for a small webproject. Works great, but sometimes I need if conditions.
Is it planned to add support for {% if condition %} and {% elseif %} to lutem?
-
Hello @creationix, hope you are doing great!
So far, most stable and only open source and running web framework based on Lua/Luvit is the Weblit. However, the development is far behind comparing to…
-
Just installed Discordia and Luvit recently to work on a bot, and I've been getting a strange issue. The bot will randomly go offline after a few hours and when I check the console I will see that dis…
-
`lit install` fails, if `dependencies` contains a package that was not yet published, but is available in `deps/`:
```
$ cat package.lua
return {
...
dependencies = {
...
"urzds/date",
…
ghost updated
8 years ago
-
From IRC:
> \ oh no, I did it again and ran `git gc` on the lit server forgetting that it collects snapshot trees
> \ I should really create tags for them so git's GC is aware they are actually us…
-
RT.
-
Is there anyway to debug luvit lua? Ideally ZeroBrane, but i'd be happy if there was any possibility. I've googled and read some threads about things being broken, things being fixed, but I can't find…
-
This is most likely a bug with rackspace-cloud-monitoring or the actual chef_node_check.py script, however it causes chef runs to eventually fail with the following message in slack:
```
Chef client …
-
Coro http has no timeout option, if you do a HTTP request to an unresponsive address the coroutine it will never resume.
Test case:
```lua
local http = require 'coro-http'
coroutine.wrap(functio…
-
Has someone tried to tackle [this benchmark suite](http://www.techempower.com/blog/2013/05/02/frameworks-round-4/)?
[Here](https://github.com/TechEmpower/FrameworkBenchmarks/blob/master/nodejs/hello.…