Ben Wilson

Results 236 comments of Ben Wilson
trafficstars

Your strategy so far looks sound, is there any particular part you'd like feedback on?

You're saying the old schema information remains even after you reload the page?

I have not had time to dig into this, sorry. For now I would simply avoid using the problematic aliases.

I need to double check with the spec, but this does seem like a bug. I would expect that returning `nil` from a resolver would simply prevent the union resolve_type...

Hey @jfrolich there's a PR which addresses this here: https://github.com/absinthe-graphql/absinthe/pull/559. It's been on ice while we've been working on the schema refactoring. That is making solid progress these days after...

Hey @marcinkoziej, that is definitely a bit strange. Traditionally the reason we pass in the env has more to do with making the schema available and the context available, I...

No this is not a good fit for Task.async_stream, there isn't an enumerable to feed to it. Instead we could use a combo of Task.yield + Task.shutdown.

Hey @jscheid I'm really excited to see this PR, I've wanted to do this exact thing for a while. Are you able to link to what an alternative store would...

@jscheid I'm not seeing how that PR uses the new context argument passed to publish_subscription.

> Does that make sense, and can you see the need for providing publish_subscription with the context? Not yet I guess. The topic when generated by the subscription setup function...