Alex Coleman
Alex Coleman
> For the moment, I consider it out of scope because the problem does not exist in production and the component correctly disposes of all its listeners. Furthermore, all tests,...
Bumping this now that @apollo/server can support the @defer directive, any work planned here?
> Bumping this now that @apollo/server can support the @defer directive, any work planned here? It seems like just returning an Observable from beforeFetch works but the types aren't correct
> Thanks for reporting! Would you like to send a Pull Request to address this issue? Remember to add unit tests. Sure, I'll take a look!
Another use case is automatically running `(p)npm install` after checking out or pulling (previously we had git hooks [using husky] for post-checkout and post-merge which would check if `pnpm-lock.yaml` was...
> Currently there isn't a way of disabling this behavior or to integrate templates into this, as far as I know. Let me see what we can do about this....
> Hi @alex-statsig. Currently there is no actual support for using Git LFS with actual Git repos. The Git-LFS-like support we mention in our docs and in the engineering post...
Thanks for the information. We'll look into a similar alternative, but I think that setup will be fairly involved. We also use it to prevent storing large blobs, in particular...
Another side effect of this that I think we ran into is that if PR 1/2 are accepted, and you merge PR 1 then merge PR 2 (or perhaps just...
Interestingly you can right click the changed lines and click "Revert this change". I'm not sure why the other revert button doesn't show up / what setting can be enabled...