Wii
Wii
Nokogiri currently does not support the [`:scope`][scope] pseudoclass in the `css` and `at_css` methods. [scope]: https://developer.mozilla.org/en-US/docs/Web/CSS/:scope
I've just found a rather peculiar problem (see [example](https://gist.github.com/DarkWiiPlayer/2f9440e59b4ded14073d50c52f9569e6)). When calling `moonscript.loadstring` with an environment table it seems to, at some point while compiling, set the environment to that table,...
I just spent about 30 minutes figuring out how to add this module to nginx, and it seems the fix was that I needed to `make yajl` and `make msgpack`...
So I've been having this problem for a while now where I run `lapis build development` and start changing things, but the changes don't appear (as if code-cache wasn't enabled)....
many of my applications follow the pattern app:get("name", "route", require("pages.name"), and it would be convenient to just pass `true` as a handler, similar to how `render: true` works. Adding this...
When you attempt to call create without arguments it crashes with the error `[...]model.lua:169: bad argument #1 to 'pairs' (table expected, got nil)` I'm not sure if there's any use-cases...
~~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...
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...
It would be nice if there was a prettier way to do this than `lapis exec 'loadfile"filename"()'`