leaf
leaf
Thanks for suggesting the change. I pushed a fix for the field access. I'll have to visit the other cases later. I don't like the idea of embedding syntax into...
This code is only compatible with openresty, not the other socket layers. Additionally it looks like the test suite did not run, does it need to be rebased to pick...
I'm not entirely sure since there are many factors about your setup that could influence what's going on, but based on the error message it sounds like you're trying to...
The object returned by `pgmoon.new` is a stateful object that holds the connection socket. Based on what you said it sounds like you were attempting to re-use it for a...
The rendering code will also have to be updated to make sure the correct URL is put in to the page, and it has the rel=me attribute. I don't see...
I hadn't considered the use-case where a route name looks like a path with a leading /. Is there a reason why you chose this approach? Route names are intended...
I deployed it here: https://fengari.moonscript.org/ I set up cloudflare to proxy for https. If you want to point to there (CNAME to fengari.moonscript.org) and don't want to use something like...
> @leafo can you give me an IP? A redirection with `CNAME` is only possible for a subdomain. > > Edit: Trying with an `ALIAS` record just now You can...
The rockspecs files are aggressively cached. The cache should expire after some time and your new version will take effect. Generally I would recommend bumping out a new `-2` revision...
This are interpolated by the `lapis` command when it starts up nginx. https://leafo.net/lapis/reference/getting_started.html#creating-an-application/nginx-configuration The values are pulled from the lapis config for the environment the site was launched for. See...