Marshall Cottrell
Marshall Cottrell
Should fix #41, but I haven't been able to test yet. I still have a few more cases to update like in [`help.ts#L108-L117`](https://github.com/marshall007/clime/blob/marshall_41/src/core/command/help.ts#L108-L117), but I wanted to run this PR...
I'm submitting a ... * [ ] bug report * [x] feature request * [ ] question **Current behavior:** Currently there is no way to leverage the [Relay Global Object...
I'm submitting a ... * [ ] bug report * [x] feature request * [ ] question It is fairly trivial to expose `graphql-voyager` yourself if you are already consuming...
I'm submitting a ... * [ ] bug report * [x] feature request * [ ] question **PostGraphile version:** `v4.3.3` **Expected behavior:** Currently, using custom composite types and separate tables...
## What this PR does / why we need it: `Job` resources are not automatically pruned after completion which prevents in-place version upgrades when deploying from static manifests. See #7118....
It would be nice to be able to declare the structure of your requests in an external class. Doing so would also open up the possibility of providing client-side tooling...
The recommended [setup process](https://github.com/superfly/cdn/blob/ea338cff0538cf7e07b0d9e5cc733d5c1ffdcde4/README.md#try-the-starter-app) is rather unconventional and difficult to recall without referencing the README. I think a better approach would be for the `fly` CLI to have a built...
The commonMark spec describes how [HTML blocks](https://spec.commonmark.org/0.30/#html-blocks) and [Raw HTML](https://spec.commonmark.org/0.30/#raw-html) should be treated: > **4.6 HTML blocks** > > An [HTML block](https://spec.commonmark.org/0.30/#html-block) is a group of lines that is treated...
As a solution to https://github.com/graphile/postgraphile/issues/685, it would be nice if we could leverage `makeExtendSchemaPlugin` to specify custom aggregations. This would be very similar to existing [usage of the `@pgQuery` directive](https://www.graphile.org/postgraphile/make-extend-schema-plugin/#using-the-pgquery-directive-for-non-root-queries-and-better-performance)....
See https://github.com/rethinkdb/rethinkdb/issues/6478#issuecomment-327677768