Ben Wilson

Results 236 comments of Ben Wilson
trafficstars

This is somewhere between a bug fix and a feature request. We mostly just need to make the `connection` macro know about interfaces.

Hey @dolfinus, thanks for these helpers. Until recently, this kind of integration wasn't possible because there wasn't an easy way for Ecto (and by extension dataloader) do unique limits for...

Agreed about sorting. @HangingClowns I guess I'm a bit confused by your example snippet. That code works today. The "integration with dataloader" part of this issue has to do with...

The downside here is that it's no longer definite what type a given key in the response has. programs in your case used to have a type that was a...

Hey @makefunstuff there is not a way to do presence with Absinthe.Phoenix at this time, your best bet will probably be to leverage an additional phoenix channel and use normal...

Yeah you'd have to push a branch to your own fork, and then do a pull request. Definitely worth it for future things but I'll go ahead and just handle...

Short answer: There isn't a way right now. Longer answer: The whole of Dataloader is predicated on a key / value paradigm. This is true even for the ecto source...

@coladarci you said that each client is getting an identical subscription ID when subscribing? If so, that bit sounds like the bug to me.

OK so each client is getting a different subscription id, but if you publish, both get it? Can you make this more concrete?

Hey! This is a perfectly reasonable request :) We're within a day or two of doing the final release, and it's the need for that release that has blocked the...