Ellen Shapiro
Ellen Shapiro
This seems to have been introduced in the last couple days1 - I had a bunch of tests start failing from it: When hitting `https://httpbin.org/get?index=13`, the `url` returned in the...
Tangentially related to #853, when I call `disconnect` on my web socket, it calls through to `engine.stop()`. In [its completion block](https://github.com/daltoniam/Starscream/blob/df8d82047f6654d8e4b655d1b1525c64e1059d21/Sources/Engine/WSEngine.swift#L77), that calls through to `self?.forceStop()`, which then calls through...
#1281 addresses an issue where cache keys were being unstably generated when one of the items was a JSON array. I haven't been able to find an API that takes...
Great suggestion from @zeveisenberg in #369: >It would be nice if Apollo generated a .xcfilelist file, which could be used to declare all the .swift files it generates. (This is...
This Mega-Issue helps summarize and link to all the various things we're working on around improvements to the cache for high-level planning purposes. This issue will be updated as things...
`SQLite.swift` does not appear to still be actively developed, as it hasn't [received a new commit for the last year](https://github.com/stephencelis/SQLite.swift). We'd like to make sure we're using something that gets...
While investigating #1662, we saw that when there's an extremely large amount of data, `GraphQLDependencyTracker` can grow terrifyingly in size. There are a couple reasons for this: - `GraphQLDependencyTracker` tracks...
## Feature request We would like to add field-level metadata to the cache - for example, what is the date when this field was last updated? - to allow for...
When adding support for swiping in either direction, I should make sure this also works in an RTL language.
In issue #4 there was a request for adding support for sliding the opposite direction. I'll have to look at how complicated this is, but I think it could be...