Ash Davies

Results 124 issues of Ash Davies

Calling `setPersistenceEnabled` must be performed before any database operation thus calling via `RxFirebaseDatabase` crashes the application

Hey I'm fairly certain somebody has mentioned this before but I can't find the issue, Since the Notion pseudo "API" requests restrict this API to 100 results it's difficult to...

Importing Date from `org.jraf.klibnotion.model.date` can cause conflicts with DateTime libs or locally defined libraries, especially when defined with aliases, we should try to coalesce with the kotlinx and java.ltime library,...

Building filters, and properties with the current `DateOrDateRange` is a bit cumbersome, it would be much nicer if it would be compatible with the kotlinx DateTime library, usage of `LocalDate`,...

In order to provide back handling support for desktop, a key listener must be applied to the composition via `Modifier.onPreviewKeyEvent`. Previous attempts were to hook into the composition hierarchy, utilising...

cla:signed

``` + install(ContentNegotiation, ContentNegotiation.Config::json) - install(ContentNegotiation) { - json( - Json { - ignoreUnknownKeys = true - encodeDefaults = true - }, - ) - } ``` `encodeDefaults` is enabled...

Migrate to Material3 PullToRefresh once [`PullToRefreshBox`](https://developer.android.com/reference/kotlin/androidx/compose/material3/pulltorefresh/package-summary#PullToRefreshBox(kotlin.Boolean,kotlin.Function0,androidx.compose.ui.Modifier,androidx.compose.material3.pulltorefresh.PullToRefreshState,androidx.compose.ui.Alignment,kotlin.Function1,kotlin.Function1)) is available in Compose Multiplatform stable

[dependency-analysis-android-gradle-plugin](https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin/wiki/Customizing-plugin-behavior#failure-conditions-and-filtering) [gradle/github-dependency-graph-gradle-plugin](https://github.com/gradle/github-dependency-graph-gradle-plugin)