Mark Allen
Mark Allen
Been using this for a week and it works great! Any feedback?
@StummeJ sure, feel free to implement such behavior
Are you a maintainer of this project? If I hear it from a maintainer I will consider it when I have time. Otherwise I'm not interested in taking guesses what...
I just found out about microsoft's `apollo-react-relay-duct-tape` package. Looks promising but I haven't tried it. Definitely posting it here as it might help some of us with this. https://microsoft.github.io/graphitation/docs/apollo-react-relay-duct-tape/use-lazy-load-query https://github.com/microsoft/graphitation...
What needs to be done here? I wouldn't mind taking a stab at it if someone point me in the right direction
See #17
The even bigger issue than performance is that it times out and simply does not work consistently as described by multiple parties here https://github.com/buildkite-plugins/docker-compose-buildkite-plugin/pull/348#issuecomment-1289501479
We've been using this fork since it was created and it's working great. I wasn't given any clear indication that this would ever be accepted so I have no intention...
@tjanczuk this feature would be amazing
gotcha One solution I have thought of but haven't tested could be using the type `extends` ternary like https://www.typescriptlang.org/docs/handbook/2/conditional-types.html ```ts type TReturn = TCount extends 1 ? [string] : TCount...