Maurits van Mastrigt

Results 4 issues of Maurits van Mastrigt

When I start the container (with Vagrant) it exists wit an error code (`Exited (1)`). This is what the log looks like: ``` POSTGRES_USER=postgres POSTGRES_PASS=somepassword POSTGRES_DATA_DIR=/data POSTGRES_DATABASE=UNWDMI Initializing PostgreSQL at...

When trying to rename a DOUBLE column an exception occurs: ``` sql CREATE TABLE `01234` ( `foo` double(8,2) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; ALTER TABLE 01234 CHANGE foo...

Quoting
Identifiers

When executing the workflow as described in the README, I get a window that says: ``` Invalid package.json Field 'main' is required. ``` With a blue sky and clouds and...

Since the name of this package is very generic, it would be nice to be able to specify a separators and parsers. For example, parse front-matter as [CSON](https://github.com/bevry/cson) when a...

Feature