RocketData icon indicating copy to clipboard operation
RocketData copied to clipboard

A caching and consistency solution for immutable models.

Results 13 RocketData issues
Sort by recently updated
recently updated
newest added

Subject: We need to incorporate the xcprivacy manifest into our app . Starting March 13, Apple will send notifications when uploading builds to the App Store, and this will become...

I see theres a note in the readme saying that currently only iOS platform is compiling for carthage. Is the reason already known? and is this being worked on? Besides...

For collection data providers, it'd be great to filter on model changes and insert them into the collection if they meet a certain filter. This would be like predicates in...

It should be trivial to make data providers observable objects. Since the library promotes a one way data flow anyway, using it with `SwiftUI` seems natural.

First of all, thanks for the library. I have two models, both conform to `Model` protocol: ``` swift public struct Person { public let id: String public let name: String...

Has anyone implemented RocketData with complex models and collection data providers other than LinkedIn? Can LinkedIn share or has any open source projects that demonstrate an app with complex data...

When calling CollectionDataProvider.fetchDataFromCache, If there are no objects in the cache matching the cache key, nil is returned for the object array (I might prefer an empty array), but more...

When a user logs out, we need to purge but it doesn't seem that you guys support a complete purge... Is this the only way? ` // Purge let count...

https://github.com/linkedin/RocketData/issues/31 e.g. For network calls and setData, the delegate is not called. The delegate is only called for consistency changes.

Just cloned the repo, opened the included `SampleApp` workspace, and tried building but it fails with `:0: error: no such file or directory: '/Users/me/Desktop/RocketData/SampleApp/Pods/ConsistencyManager/ConsistencyManager/DataStructures/WeakListenerArray.swift'` I was able to fix the...