Richard Honor

Results 6 issues of Richard Honor

If the `useSubscription` hook returns an error, then the subscription is lost with no way of reconnecting. Currently we're using using the client directly and using a hacky solution to...

:hook: react hooks

Calling `MessageSink.Publish` with a topic that didn't exist on our kafka caused Proximo to raise a panic. ``` panic: assignment to entry in nil map ```

**Is your feature request related to a problem? Please describe.** We'd like to capture success and failure prometheus metrics for specific resolvers to build SLOs against. At the moment, the...

kind/enhancement

### Component(s) cli ### Is your feature request related to a problem? Please describe. Many of our subgraphs have a schema defined in multiple .graphql files, but the Cosmo CLI...

enhancement
internally-reviewed

This allows each `subscribe` call on the client to specify request headers, useful if your requests need to send different headers depending on the operation. It will merge the headers...

Some of the documentation was missing the path parameter for `createFileRoute`, which is required by default. This PR adds those paths back, and tries to make it as relevant to...