Fernando Borretti
Fernando Borretti
Nobody uses this, but it's necessary for conformance.
This requires generalizing systems so they have a corresponding VBox image or a Docker image (Either one, or both).
Probably the simplest specialization of a generalized box class would be local box import.
# Synopsis There's no need to have systems to generate the docs and website # Changes - Moving the site to Jekyll in the gh-pages branch. That should be simple...
Introduced by #5. Reported by fortitude on `#lisp`: ``` eudoxia: with crane, did you intend to require a connected database to define new tables? fortitude: no, see https://github.com/eudoxia0/hermetic/blob/master/contrib/crane/crane.lisp fortitude: the...
# Synopsis A fast, memory-efficient way to serialize the output of queries to JSON, XML, or by calling a custom function. See also: [Django serialization](https://docs.djangoproject.com/en/dev/topics/serialization/) # Features - Multiple output...
# Synopsis The migrations system is complex and has always felt brittle to me. A refactor would probably be useful. # Changes - **Structure of migrations files:** Right now migrations...
# Synopsis Crane is a database-agnostic ORM, but when poking around an existing database, users have to go back to a command line tool specific to it (`sqlite3`, `psql`) or...