leaf
leaf
Hmm, I didn't really plan for lapis to be used in the access phase, since a app will write something by default. Apps exist separate from each other, so you...
If you could provide screenshots of what's there and what you want that would be helpful. You may also want to check if changing the zoom level on your browser...
In order to use SQL syntax with the table name argument you can use `db.raw("foo.bar")` to inject it directly into the query: ```lua db.update db.raw("foo.bar"), { ... }, { ......
I wouldn't say differently, but consistently. Any default escaping can be avoided with raw. This definitely should be mentioned in the docs though!
Some of the dependencies currently depend on linux tools, so nope.
responses served from lapis are buffered in memory before being sent the client, so serving large files in lapis isn't a good idea since each request would take that much...
In the meantime, if anyone looks here, press `Esc` on any screen to quit. You can launch it again to start over :)
Sorry for taking forever get back to you. I just checked over the lapis cache code and it doesn't save any response headers other than content type right now. I...
which mode are you using when you're saying "score" training?
@cycomachead if possible, the preferred approach to load data is to use [preload](http://leafo.net/lapis/reference/models.html#preloading-relations) Does `preload` not work for you because you need to filter across a relations? or is there...