Andrew Herder

Results 5 comments of Andrew Herder

Further context on this: Looking at each set individually, the numbers all look correct. And also switching from "Boostable" to "All Cards" shows the correct graph numbers as well.

@pkmnct Could probably update the readme as I assume a bunch of people probably aren't aware of the native support - or that this project is no longer maintained. (at...

Okay. Definitely will need a bit of cleanup, but should be functional at this point.

> I'm going to plan to take at look a this over the weekend! Yeah, hopefully I'll get to look at it some more and clean it up before then....

Hello! I've also just run into this issue on an internal company project. Updating: ``` if (process.env.NODE_ENV !== 'test' && graphQLConfig) { return graphQLConfig; } ``` to: ``` if (process.env.NODE_ENV...