Holden Omans

Results 19 issues of Holden Omans

Various bug fixes and updated aws lib

I just released a stable version of my port of your amazing framework in Crystal-lang.

## Bug Report When preparing for my next release of the `kube-client.cr` i am unable to run `crystal spec` in github actions due to the following error: ``` cc: error:...

kind:bug
topic:infrastructure

My fork has been getting a bit ahead so i wanted to open a PR with my working branch. This includes the following bug fixes: * fix allowing enum columns...

If a column is named `created_at` or `updated_at` is not a type `Time?`, then the following occurs: ```There was a problem expanding macro 'macro_4801706624' Code in lib/granite/src/granite/transactions.cr:82:5 82 | {%...

Checking for existing records where column type is `bool` if you search with criteria where the column is `false` it will query it as `is NULL` instead of `is false`....

Seems aliasing is broken, unsure when it broke, but it should be reproducible with the container spec. ``` $ crystal spec spec/integration/containers_spec.cr + rm -f '*.o' containers.cpp containers_test.cr Invalid alias...

Currently the builds are broken: https://travis-ci.org/github/Papierkorb/bindgen

bug

What the title says. There is a lot of great documentation all in the one README file. perhaps we can break it up into smaller sections and use the wiki?

enhancement