Steve Fan

Results 196 issues of Steve Fan

I need it to use memflow-daemon-connector, and I use my own Tokio runtime

enhancement

#### Describe the feature I'm trying to conveniently convert publisher consumer to kotlin channels without having to repeat the types, however I'm not sure if my code is correct, so...

enhancement

This is a X-Issue from https://github.com/19majkel94/type-graphql/issues/159#issue-36454900, please read that issue first, because it seems like graphql-subscriptions is the one to blame.

bug
waiting-for-response

Hasura has their own style of writing queries: https://hasura.io/docs/1.0/graphql/manual/queries/query-filters.html Here's an example adapter to adapt some compatibility with Hasura: ```ts export class CustomAdapter extends DefaultAdapter { public getRootMutationName: () =>...

Well this is originally for #147, that since Hasura released its v1.3.0 it had [beta support for Relay-styled query](https://hasura.io/docs/1.0/graphql/manual/schema/relay-schema.html), so using `ConnectionMode.EDGES` almost worked out of the box! The problem...

This PR will allow no_std program to compile given the default features ("std" and "gumdrop_derive/std"): ```rs gumdrop = { version = "*", default-features = false } ``` this is especially...

WIP on some decisions

Well, let's hope that the "generic" interface is really generic enough for Oracle, one of the most egregious database system to date. I've created this PR for...well you know Oracle...