Stephen

Results 18 issues of Stephen

Use case for inheritance: ```SQL CREATE TABLE abstract_time_tracked ( created_at TIMESTAMPTZ NOT NULL DEFAULT NOW(), updated_at TIMESTAMPTZ NOT NULL DEFAULT deleted_at TIMESTAMPTZ NOT NULL DEFAULT '3000-01-01'::TIMESTAMPTZ ); CREATE TABLE some_table...

Not sure how to do this step without first opening a PR: `- [ ] Update CHANGELOG.md with your change`

I don't know how else to put it - setting up gitkube is way too hard, please make it easier. In the install guide ``` kubectl create -f https://storage.googleapis.com/gitkube/gitkube-setup-stable.yaml ```...

https://news.ycombinator.com/item?id=17653350

enhancement

https://news.ycombinator.com/item?id=17653999

enhancement

As a user I would like to be able to change the order of cards in a specific block so I can emphasize importance/priority https://news.ycombinator.com/item?id=17653973

enhancement

https://news.ycombinator.com/item?id=17653789

bug

It would be nice to be able to pipe data into the cli rather than have to use a file

I have a graphql endpoint that is authenticated using a header. When I pass the header in via the CLI in this fashion: ```yarn mst-gql --format ts --header "[HEADER NAME]:...

bug