Brian Genisio

Results 19 comments of Brian Genisio

FWIW, I'm seeing the same bug happen with aliased fields, unrelated to being inside of a fragment. Instead of not showing up in the result at all, it shows up...

Clarification: we're using federation so it turns out the federation server is re-writing the query to our GraphQL server to use a fragment. So yeah, we're seeing exactly this problem...

Ok, I understand _why_ it is happening but I don't have enough context within the code of this project to fix it. In [this code](https://github.com/99designs/gqlgen/blob/master/graphql/executable_schema.go#L101), it is determining that an...

@hardlyknowem Yeah, aliasing _all_ fields fixes the problem. But we can't always control the clients that make the query. And this _should_ work from a GraphQL schema perspective. Consumers will...

Agreed with @benjaminjkraft (my colleague). I tested 130ed3f under a couple of different scenarios and it fixed the problem. We're very excited. It looks like it was too late for...

@remy Those are useful links. And I completely agree that putting up the document isn't enough by itself. Having it drive behavior and enforcement matters more. But these links don't...

Have you considered merging in the @auxdesigner fork? The problem is that your plugin is the one that shows up in the official Sketch plugin list, but this issue is...

I am wondering if you have tried it and you are running into problems? In general, there are three reporters that come out of the box in Jasmine-Flex: TrivialTraceReporter --...

The trace reporter uses debug traces. Are you running it under debug mode? On Sep 24, 2011 6:29 PM, "manobi" < [email protected]> wrote: > When I run the project using...