Kevin Schoon
Kevin Schoon
Are there any guide lines for fair use of the OpenGDPR logo? Thank you!
Do you had any plans to support Postgres [JSON/JSONB](https://www.postgresql.org/docs/10/static/datatype-json.html) data types? One example would be a "containment" query against `JSONB` structures. Currently I use a work around like this: ```...
This makes the ToSQL function more flexible and allows for things like handling upserts. This was my first pass but not necessarily sure it's ready to merge as I found...
It would be nice to implement some stronger typing around the `Eval` system in QFrame. There are currently many empty interfaces passed around which can make it challenging for end...
Mesos 1.2.0 introduced a [change](https://issues.apache.org/jira/browse/MESOS-6566) in the Docker containerizer using the `--env-file` flag to pass variables into Docker containers instead of `--env` flags. Any apps using `HAPROXY_` labels that contain...