Anthony Miller

Results 289 comments of Anthony Miller

Okay, the PR (#2432) is merged into `release/1.0` for the first part of this work. This should solve the exact case you've described above and a number of other ones....

I'm going to leave this issue open to track the rest of the needed changes as well.

Sorry we haven't gotten back to this one in a while. Firstly, we generally don't recommend doing file uploads via GraphQL. While our client does technically support it, the file...

Thanks for the report @twof. Without further research, I would guess this is probably due to code in Apollo, and I'd bet it's not going to be easy to fix....

Fair enough! Thanks for the heads up. :) I'll note this to be added to docs when I do my re-write of the docs for 1.0!

It seems to me like the solution would just be having the watcher call `cancel()` on itself in it's own `deinit` block.

Ahhhh I looked at this last quite a while ago. I forgot about that part. Yes, we would need to figure that out.

I actually really like @wnagrodzki 's solution here. This may be fixed now by @gpambrozio's PR #1826. But if not, @wnagrodzki gave me the idea of making the watcher that...

Can you share the code for your `USNetworkInterceptorProvider`. Your interceptor chain needs to include interceptors for actually accessing the cache.

> Related thought exercise as I wrote up this comment: is there a reason this needs to be done via SQLite with another dependency, versus using Core Data? > As...