Results 9 issues of Jon Borgonia

re: @deckarep > I would consider this tool very early stages alpha and barely usable at this point Are there plans to continue development into a stable production ready release?...

Default values are required for every config key. If a default value is not set, convict does not throw a validation error. If there are any missing `default` keys, `config.validate()`...

updated the plugin to work in hapi v17 - fixed some rendering issues - probably broke some frontend features - 10 tests are failing - plugin actually works though resolves...

add a message to remind the user of a few helpful movement tips

i've created a docker image with haxe 3.2.0 and postgres to run tests ``` docker pull theremix/postgrehx:issue_13 ``` the image has https://github.com/jdonaldson/postgrehx/tree/master checked out at `/app/postgrehx` and has this pull...

is this right or am i doing this wrong? ``` postgrehx/src/main/sys/db/Postgres.hx:339: lines 339-346 : Field get_length has different type than in sys.db.ResultSet postgrehx/src/main/sys/db/Postgres.hx:339: lines 339-346 : Void -> Null should...

this is not an issue with postgrehx, i just don't know the process of updating haxe3's RecordMacros.hx (if this is even a proper fix) and if you run into this...

I added some tests to check if a Date object is being returned from these datatypes DATE, TIMESTAMP, TIMESTAMPTZ, TIME, TIMETZ https://github.com/theRemix/postgrehx/commit/a1bcae586444fb2ea57e4e806142009e4c6c11e3 neko fails in my tests with this error:...