lapis icon indicating copy to clipboard operation
lapis copied to clipboard

A web framework for Lua and OpenResty written in MoonScript

Results 130 lapis issues
Sort by recently updated
recently updated
newest added

Firefox console says the following: > Cookie “lapis_session” will be soon rejected because it has the “sameSite” attribute set to “none” or an invalid value, without the “secure” attribute. To...

In complex models with multi-field primary keys, the auto_increment field is last. Without this, @primary_key is set into values directly (key is a table), like `values[{"user_id", "id"}] = 123`. While...

I'm getting the following in the nginx log: ```console 2018/04/07 18:16:21 [error] 25437#25437: *6 lua entry thread aborted: runtime error: /usr/local/share/lua/5.1/lapis/request.lua:85: Don't know how to write: (boolean) false stack traceback:...

There are several issues related to this,mainly revolving around `content_for` and not being able to unescape html sent through from etlua. I would like to request any kind of alternative...

From [the docs](http://leafo.net/lapis/reference/actions.html#routes-and-url-patterns/parameter-character-classes), I naively assumed that any Lua pattern could be used, or at least the built-in ones and maybe a little more, leading to an attempt to use...

seen at http://leafo.net/lapis/reference/html_generation.html

I made https://fasty.ovh with lapis for the frontend. It's an open source CMS. Github: https://github.com/solisoft/fasty

hi leafo, I need to generate html page with lua code,but I can only find docs about this by moonscript, is there examples showing how to do it with lua,...

lapis and [](https://github.com/openresty/lua-resty-balancer) resty.chash module error The following is the run in the init_by_lua stage ``` local resty_chash = require "resty.chash" local chash_up = resty_chash:new(nodes) package.loaded.my_chash_up = chash_up ``` When...

Is it possible to `Model:create()` not just a single row, but several? How do I do it?