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

~~This is my last issue for today. I promise.~~ I am so, *so* sorry! One of the first things I tend to do when creating a new project is making...

http://leafo.net/lapis/reference/actions.html Link "configuration variable" doesn't work. Should it be "configuration.html"? http://leafo.net/lapis/reference/database.html Link "the migrate command". Should it be "command_line.html"? http://leafo.net/lapis/reference/command_line.html "For example, if you have a production deployment, you might...

hi i have started lapis framework since last week and i found it really interesting , but i have lots of problem with it! in the documentation part i can...

As a feature request, it would be nice if there was a built-in feature to allow modular migrations. Instead of loading everything into an ever growing `migrations.lua` it would be...

I'm attempting to setup lapis for the first time but I'm running into an issue with lapis' server dependancies. Specifically I'm getting the typical "can not find suitable server installation"...

I use multi-thread(ngx.thread.spawn) to get data and store thems to PostgreSQL. But lapis cached the psql tcpsock to ngx.ctx.pgmoon. So the whole threads use the one tcpsock to backend psql....

As issue #91 lapis need lua 5.1 (and luarocks 5.1) to work, and can need some symlinks in the filesystem and I can't find this information in the docs. This...

Why? --- Because sometimes you may want to set headers progressively instead of just having one long header table at the end of your code. Specially useful when setting defaults...

This is harder than I thought it would be. It's verbose, ugly, and there aren't any examples using Widgets or anything to do with MoonScript classes. :/ Dunno why anyone...