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

Fixes #435 Explanation: When downstream flow is aborted (this is happening when first operator is called on flow -> which is called in Store.fresh extension), than coroutine context in which...

**Describe the bug** When there is an active stream collecting events and we want to refresh data quickly a few times with the network disabled we are causing the flow...

bug

Any help rewriting tests to kotlin 1.6 is welcome

Any support rewriting tests is highly appreciated

**Is your feature request related to a problem? Please describe.** It would be nice to migrate the project to support multiplatform projects in the future **Describe the solution you'd like**...

enhancement

Adds a new `fallbackToSourceOfTruth` parameter on `StoreRequest.fresh` to let stream fallback to source of truth in case fetcher returns an error. Implements https://github.com/dropbox/Store/issues/394

Bumps [material](https://github.com/material-components/material-components-android) from 1.4.0 to 1.6.0. Release notes Sourced from material's releases. 1.6.0 What's new since 1.5.0 Color harmonization support! Check out the following resources for more information: Designing Harmony...

dependencies

Specifically, I'm looking for guidance on how to tie Store, Paging3, and SqlDelight together. In a perfect world, Store wouldn't need to be part of the equation -- I should...

enhancement
discussion

Bumps dokka-gradle-plugin from 1.6.0 to 1.6.21. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jetbrains.dokka:dokka-gradle-plugin&package-manager=gradle&previous-version=1.6.0&new-version=1.6.21)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [atomicfu-gradle-plugin](https://github.com/Kotlin/kotlinx.atomicfu) from 0.15.1 to 0.17.2. Release notes Sourced from atomicfu-gradle-plugin's releases. 0.17.2 Update Kotlin to 1.6.20. IR transformation for Kotlin/JS. (#215). Update ASM to 9.3 for Java 18 support...

dependencies