Store icon indicating copy to clipboard operation
Store copied to clipboard

A Kotlin Multiplatform library for building network-resilient applications

Results 115 Store issues
Sort by recently updated
recently updated
newest added

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` | [![age](https://developer.mend.io/api/mc/badges/age/maven/co.touchlab.faktory.kmmbridge:co.touchlab.faktory.kmmbridge.gradle.plugin/0.3.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/co.touchlab.faktory.kmmbridge:co.touchlab.faktory.kmmbridge.gradle.plugin/0.3.7?slim=true)](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` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin/0.9.4?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin/0.9.0-RC/0.9.4?slim=true) | | [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` | [![age](https://developer.mend.io/api/mc/badges/age/maven/androidx.paging:paging-runtime/3.3.6?slim=true)](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` | ![age](https://developer.mend.io/api/mc/badges/age/maven/com.diffplug.spotless:com.diffplug.spotless.gradle.plugin/6.25.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.diffplug.spotless:com.diffplug.spotless.gradle.plugin/6.4.1/6.25.0?slim=true) | --- ### 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.

enhancement

**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....

enhancement

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` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.jacoco:jacoco/0.8.14?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jacoco:jacoco/0.8.12/0.8.14?slim=true) | --- ###...

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...

bug