Ellen Shapiro

Results 100 comments of Ellen Shapiro

Good catch - I think in theory if a client hits `dealloc` we should probably kill all the query watchers, I'm just not sure how complex that will be in...

So this is actually checking whether the request chain itself has had `cancel` called on it, rather than checking the `URLSessionTask` directly. This is something that can only be done...

@pm-dev Does that help explain why this is the way it is? What is the use case you're trying to fix here?

@victormihaita There's a couple things I see in your setup of the operation queue: I see you've got the max concurrent operation count at 64 for the networking queue -...

So if you're seeing these numbers within ProxyMan (or any other network proxying software), that's going to be the duration from when a request leaves the device/sim to when the...

Hm, weird - we've seen this for parameter names (which is its own bag of hurt) but not for enum values. Couple follow ups here: 1) Is your schema `json`...

There are many cases where people want things to be in the order provided by the server because of the semantic meaning provided by the ordering (ex, an enum for...

Yeah this was mentioned in [a Big Nerd Ranch article about GraphQL](https://www.bignerdranch.com/blog/using-graphql-in-production-ios-applications-part-2/) before I got hired and I agree, allowing some granularity on this would probably be a much better...

This is going to wind up being part of a bigger project around improving caching that will come at the end of the Swift Codegen project. Wish I had something...