Gustavo Sverzut Barbieri

Results 11 issues of Gustavo Sverzut Barbieri

Hi, in a forum you mention IIO interface, did you get to do it?

Support directives, such as: ```graphql query aQuery($ignoreX: Boolean) { x @skip(if: $ignoreX) } ```

help wanted

Provide an endpoint using https://aiohttp.readthedocs.io/en/stable/

help wanted

While the error is misleading (I should fix that), in GraphQL you can't select fields of an union type directly, you must use fragments to select depending on each type...

bug

Setup and integrate a CI system such as travis/circle/jenkins to verify the quality (flake8 + nose tests)

help wanted

Support for named fragments as below: ```graphql query { node(id: "some-id") { ... UserLogin } } fragment UserName on User { login } ````

help wanted

There are more gateways, not just braintree and stripe.

focusing

Hi, The current `c_checker()` and `cpp_checker()` uses a simple `-I. -I..` which will get you some basic tests, but in real world we're often using things like `pkg-config --cflags glib-2.0`...

feature
awaiting response

It would be lovely to have something like https://github.com/wittydeveloper/react-apollo-form that takes the GraphQL schema and output basic MSON components for each `input` type, as well forms for each `mutation` (which...

idea

For projects using CocoaPods to manage native dependencies it's useful to include the `RNDeviceBrightness.podspec`. This PR adds that file and instructions on how to use it. **NOTE:** do **NOT** send...