Mike Sukmanowsky

Results 12 comments of Mike Sukmanowsky

@good-idea just wanted to thank you for a really well written bug report with an alternative I used to work around an almost identical issue!

Did find a way to support this but it feels like I'm dipping into internals that I shouldn't be? ```python class ThingNode(DjangoObjectType): class Meta: model = Thing interfaces = (graphene.relay.Node,)...

Sorry to clarify something, I'm aware I can overwrite `Query.resolve_things` to handle `my_custom_param`, but then I lose the pagination helpers that `DjangoFilterConnectionField` provides. Is there a middle ground there that...

The hooks thing seems interesting but I think I'd like to try and ping the Apache team to support a topology-level hook as opposed to us doing some flock stuff...

No worries @cramforce, that is indeed our current plan. Thanks for the heads up.

Unfortunately not, @ethagnawl.

Think I'll close this one off after we add some cases for the Google edge cases especially around image search or top bar nav.

Thanks for the comments, @Fleker! As with so many things in open source, I've moved on to other projects and am no longer using Firebase as a platform. I think...

Thanks, @fotoflo! Appreciate the kind words and suggestion. This is definitely one of those, "that's a great suggestion...someone should go do that" kind of responses. I don't have any immediate...

Will try to review these changes in the next week or so @RobGoretsky, thanks for the contributions!