Store
Store copied to clipboard
A Kotlin Multiplatform library for building network-resilient applications
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [co.touchlab.faktory.kmmbridge:co.touchlab.faktory.kmmbridge.gradle.plugin](https://redirect.github.com/touchlab/KMMBridge) | `0.3.2` -> `0.3.7` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
Does store support Androidx Paging 3 ?
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [org.jetbrains.kotlinx.kover](https://redirect.github.com/Kotlin/kotlinx-kover) | `0.9.0-RC` -> `0.9.4` |  |  | | [org.jetbrains.kotlinx:kover-gradle-plugin](https://redirect.github.com/Kotlin/kotlinx-kover) |...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [androidx.paging:paging-runtime](https://developer.android.com/jetpack/androidx/releases/paging#3.3.6) ([source](https://cs.android.com/androidx/platform/frameworks/support)) | `3.2.1` -> `3.3.6` | [](https://docs.renovatebot.com/merge-confidence/) |...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [touchlab/KMMBridgeGithubWorkflow](https://redirect.github.com/touchlab/KMMBridgeGithubWorkflow) | action | minor | `v0.6` -> `v0.9` | --- ### Release...
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | com.diffplug.spotless | `6.4.1` -> `6.25.0` |  |  | --- ### Configuration...
Many use cases will not want to pull immediately after failing to push local changes. We should enable configuration of conflict resolution strategies, such as logging, retrying, canceling.
**Is your feature request related to a problem? Please describe.** If a value fails to sync to the server it remains in Store, and bookkeeper tracks its sync failure timestamp....
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [jacoco](http://jacoco.org) ([source](https://redirect.github.com/jacoco/jacoco)) | `0.8.12` -> `0.8.14` |  |  | --- ###...
Thanks for the awesome library, but I just ran into something odd while poking at mutable writes. **Describe the bug** When the SourceOfTruth writer throws, `MutableStore.write()` still returns `StoreWriteResponse.Success`, so...