leaf
leaf
so I'm considering deprecating `find_all`, `find` and `select` would be the remaining functions. I think it would be okay to add options to `find`, but it handles two different argument...
The `cookie_attributes` method will let you override any cookie parameters appended to set cookie response headers: https://leafo.net/lapis/reference/actions.html#request-object/cookies Here's the default value: `"Path=/; HttpOnly"` I was under the impression that browsers...
Hey, sorry for taking a while to get back to you. Can you leave a link to your account there so I can look. We got hit with a ton...
`%a` `%d` `%w` (as defined by Lua) and then any range specified with a dash like `A-Z` Optionally a `^` can be included in front to negate the set. Additional...
I'm not familiar with making packages for ubuntu, if someone would like to assist I'll gladly do what I can to make it work
Thanks for the detailed information @Apophenia, feel free to make PR for the readme with instructions if you'd like your findings to easily available
Sure
Yeah, it should be open but tell me if you have any problems editing pages
Not sure if you're the person to answer this but I created the html generator syntax with moonscript in mind. Would people want to write that syntax in lua? It...
Is it worth also providing lua translations of the html builders? Would anyone use it?