Fernando Borretti

Results 42 issues of Fernando Borretti

Nobody uses this, but it's necessary for conformance.

After the other issues are completed, this shouldn't be hard.

enhancement

This requires generalizing systems so they have a corresponding VBox image or a Docker image (Either one, or both).

enhancement

Probably the simplest specialization of a generalized box class would be local box import.

enhancement

# 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...

enhancement

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...

bug

# 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...

Extra

# 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...

enhancement

# 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...

Extra