Alec Aivazis
Alec Aivazis
Most definitely! I was holding off until I understood a little bit better how the gateway was being used. My hunch is that for more usecases a custom binary will...
Thanks for the positive feedback! I'm happy to know that this library is helping you out! Please let me know if you run into any problems. I don't have a...
Hey @remorses - thanks for the +1 for a docker image. I think you're right that what you outlined would cover most peoples' requirements. It would also be a great...
The gateway has to be able to add `id` to the `myInterface` selection set which means that every boundary interface must be a superset of node.
Ah darn! It definitely should be supported, sorry you ran into that. I haven't used this exact combo myself so I missed this issue, thanks for bringing it up! I...
Poking around a little closer, it seems like what's missing is the equivalent of [this block](https://github.com/nautilus/graphql/blob/master/queryerNetwork.go#L59-L68) in the definition for the `MultiOpQueryer` defined [here](https://github.com/nautilus/graphql/blob/master/queryerMultiOp.go). Do you have some bandwidth to...
Hey @lukaskl - thanks for reporting this. I just made a brand new project using `create-react-app`, added the following depdencies: `redux react-redux redux-responsive`, copied the store and reducer from the...
Interesting, thanks for digging a little deeper on this. I'll try to figure out what's going on over the weekend. The quick "hack" you show would cause a new action...
Hey @ou-di @ischoe thanks for reporting this. I'm going to try to reproduce this in the next few weeks. We rely on the `orientationchange` window event [here](https://github.com/AlecAivazis/redux-responsive/blob/master/src/util/handlers.js#L37) in order to...
This might be related to #96 although it seems like other users are reporting the exact opposite behavior (works on android, not IOS) 🤔