José Nieto
José Nieto
We're still using [my stupid file modification watcher](https://github.com/xiam/luminos/tree/master/watcher) to find out when a page or a configuration file must be read from disk again. That could be a quick &...
Just a cosmetic non-essential change I'd like to see. Backwards compatibility must be ensured.
Currently there is a ugly "Page not found" message instead of a friendly page explaining the user that the page does not exists.
A cool feature Jekyll has is the ability to recognize metadata on a file, this is done by adding special headers on the file, like these: ``` --- layout: post...
TOML is easier to read and does not get confused by tabs or spaces. Backwards compatiblity must be ensured.
Some request variables (like "Host") could be useful for page rendering, as of today Luminos does not have a per request context. We need to find a way to create...
Hello @cznic, I've been experimenting with QL's transactions and it seems like it does not handle concurrent DB.Begin() calls on the same database in a concurrent manner. In the following...
* move tests under `internal/tests` * use docker-compose to spin up a server and run tests
Originally submitted at https://github.com/upper/db/issues/362 I don't have any strong preference for `SessionTx`, `CreateTx` is a good candidate, my suggestion would be `RunTx`.