Mike Dawson

Results 92 issues of Mike Dawson

I'm seeing a strange exception using the Room Kotlin Symbol Processor (KSP) as part of my build: ``` e: java.lang.NoSuchMethodError: java.lang.reflect.Constructor.trySetAccessible()Z at androidx.room.compiler.processing.ksp.KSTypeExtKt$typeVarNameConstructor$2.invoke(KSTypeExt.kt:279) at androidx.room.compiler.processing.ksp.KSTypeExtKt$typeVarNameConstructor$2.invoke(KSTypeExt.kt:273) at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74) ``` This does...

**Describe the bug** If you use Proguard on JVM (e.g. as part of a Compose/Desktop application as per [compose docs](https://github.com/JetBrains/compose-multiplatform/tree/master/tutorials/Native_distributions_and_local_execution#minification--obfuscation)), then the MainDispatcherFactory is removed. When the application runs, it...

docs

Hi, I'm using Compose Desktop as part of my multiplatform app (currently using KodeIN DI for Android, Desktop/JVM, Server/JVM, and JS). The proguard rules for Android as per [https://kosi-libs.org/kodein/7.21/framework/android.html#_proguard_configuration](https://kosi-libs.org/kodein/7.21/framework/android.html#_proguard_configuration) need...

Hi, When I use Proguard on my project (I'm using VLCJ in a Compose/Desktop JVM application), the discovery providers (which are loaded via Java SPI) are removed. I think the...

Task

### Describe the problem I really appreciate the screenshot feature in weblate - it is very helpful to provide critical context for translators. I screenshot new strings in context as...

enhancement
undecided

I have a PagingSource Factory in a ViewModel (Compose/Desktop) where parameters can change based on events (e.g. user changes sort order, search query, etc). I want to call ```LazyPagingItems.refresh()``` to...

Hi, I think this project is filling a really important gap, given that most real world applications with a graphical user interface these days has a webview somewhere. On Desktop:...

enhancement
desktop

Hi, This looks like exactly what I'm looking for for my Compose/Desktop app. I've managed to get the bundle size down to around 60MB, so I definitely don't want to...

**Is your feature request related to a problem? Please describe.** A teacher adds a text block to a course. They want to show an illustration (image) **Describe the solution you'd...

enhancement

Scenario 1: "adult' account chooser with active account approves 1) User in external app asks for single-sign-on 2) User sees signed-in accounts listed 3) Check to see the app (name...