Blake Gentry
Blake Gentry
@villander any interest in a PR to get code coverage included as part of our CodeClimate runs? https://codeclimate.com/github/bgentry/ember-apollo-client
Unfortunately ember-cli-addon-docs adoption is currently blocked on https://github.com/ember-learn/ember-cli-addon-docs/issues/200 . I could downgrade this addon back to Ember CLI v3.1, but it's probably just worth it to wait for them to...
Yes, the design you describe makes a lot of sense. Ideally we should support the most common use case out-of-the-box with little/no required config, but also make it possible to...
Hey @stubailo @jbaxleyiii, what are your thoughts on this? Previously we were able to point folks to the raw Apollo Client documentation which was pretty solid. But it seems that...
I opened #106 to track creating our own documentation site. However, that does not cover what we should do about documenting core Apollo Client functionality. It does appear that only...
@alexking yes, please PR any improvements you can! Thank you. I'd still like to build out our own doc site too (#106) but haven't had any time to work on...
This is a similar edge case to the one encountered by @viniciussbs during development of RouteQueryManager: https://github.com/bgentry/ember-apollo-client/pull/20#discussion_r128326261
I think I have a solution in mind for this, however it might be blocked by an Ember bug. [This line](https://github.com/bgentry/ember-apollo-client/blob/57a369ad68214941ca5f2b39d978d633cb06a6c1/addon/mixins/route-query-manager.js#L14) in `RouteQueryManager` decides whether or not to unsubscribe _all_...
So I totally misunderstood that Ember issue and I don't think it's related. I guess it's expected behavior that if you transition from `/posts/1` to `/posts/2`, your app will transition...
I never updated this thread, but I did speak to @rwjblue about this at one point. He said there was really no workaround or fix for this other than to...