Marc Schipperheyn

Results 130 comments of Marc Schipperheyn

Hi, yeah unfortunately, I don't know objective C. Would be happy to do it otherwise.

When you have the same fragment multiple times in a query through nesting, it throws an error: ``` [GraphQL error]: Message: There can be only one fragment named "wallCommentFragment"., Location:...

That makes sense. I work in a non browser environment but this approach should work also

@ctrlplusb did you have a look here yet? https://github.com/staylor/react-helmet-async/issues/32

lazy doesn't support SSR yet

Having problems as well. ``` JSON.SET foo . '"bãr"' OK JSON.GET foo . "\"b\\u00c3\\u00a3r\"" ``` When I remove the duplicate \\ and decode the result `bãr`

I'm realizing that I need to create subscribe/unsubscribes outside of the connect callback. So, either I need to tell whether the connection is open or not or, ideally, I could...

Could you share some of that code as an example. How do you know if you're already connected?

I think the websocket.readyState will provider the info On Tue, Jul 5, 2016 at 6:22 PM Jérôme Steunou [email protected] wrote: > Sorry I cannot. I just store a simple boolean...