-
Hey, nice project! I wanted to check out the website but it just shows a blank page in the chrome.
-
## About this issue
This doesn't seem to render hrules/divider or tables properly..otherwise, it works great!
Example markdown:
```
------------------------------------------------------------…
-
currently kiwix uses XML files to configure its GUI. android offers nowadays to compose and declare a GUI programmatically with jetpack compose: https://developer.android.com/jetpack/compose.
build…
-
For Java/JVM usage, currently, there is only a [JNI wrapper](https://github.com/libjxl/libjxl/tree/main/tools/jni/org/jpeg/jpegxl/wrapper) available for the Decoder. I wish for an Encoder.
Addition…
-
In my Compose Multiplatform project, I'm only using Material 3.
Today, I added Voyager bottom sheet navigator dependency and a set it up like in the documentation:
```kotlin
BottomSheetNavigat…
-
**Describe the bug**
I'm using Koin in my Compose Multiplatform project and trying to keep as much as possible in `commonMain`, so I'm using `KoinApplication(...)` in my top layer composable function…
-
I use `expect/actual` to instantiate a Kamel `File` :
```kotlin
//commonMain
expect fun String.toKamelFile(): File
KamelImage(
resource = asyncPainterResource(someImageFilePath.toKamel…
-
Hi,
I raised an issue on compose-multiplatform https://youtrack.jetbrains.com/issue/CMP-5094/WASM-Custom-Font-Text-displays-tofu-together-with-the-Voyager-lib
-------
Bug Description
When …
-
I found a pretty odd bug in compose 1.7 that doesn't repro in 1.6.11:
When using a `Modifier.fillMaxWidth`, `fillMaxHeight` or `fillMaxSize`, the bounds of the panel are broken whenever you change …
-
Hi,
Thanks for this excellent example. I'm new to Compose-Multiplatform and this helped me a lot. In iOS I'm getting this error when calling locationProvider.getLastKnownLocation():
`This metho…