-
-
Hello!
I'm currently working on a project where I'm using mqtt-nio, and I've encountered something that it's not really a bug but it's making my logs kind of messy. I keep getting timeout errors wh…
-
Please add "spec.swift_version = '5.0' " in podspec file on lastest Version
-
gitstream tried to cherry-pick commit `6dd29b754e0a56417e6a1784718076a4fd725d97` from `https://github.com/kubernetes-sigs/kernel-module-management` but was unable to do so.
Commit message:
```
Update…
-
https://github.com/jcraane/kmm-images/blob/main/plugin-build/kmmimages/src/main/kotlin/com/capoax/kmmimages/plugin/KmmImagesExtension.kt
-
**Description**
When I click on the filepicker button, nothing happens. I tried the examples from the documentation and they don't work either. Maybe some libraries need to be installed. I am runni…
-
状態: 1画面作り始めるために必要なものが揃っている。READMEにかけそうな内容を考えながらやると良さそう。
UI: UIをどういう書き方で書くのかが決まっている。Material、Theme、Compose Multiplatform使う?など
ビルド: フォーマットが楽にできたりする。CIでテストとビルドができる。(Actionsの切り方の設計などがあれば)
UI以外の設計周り: 一通り作…
-
Hi:) How Decompose lib implemented in the project? I have seen this in gradle file:
```
api(libs.decompose)
implementation(libs.decompose.compose.multiplatform)
```
But in standard project of KMM…
-
**Summary:**
The build argument `$KERNEL_FULL_VERSION` was understood to be populated automatically by KMM in dockerfile. It was determined that `$KERNEL_FULL_VERSION` is not populated in the dockerf…
-
I have in my kmm this
```
fun createJson() = Json { isLenient = true; ignoreUnknownKeys = true; prettyPrint = true;}
fun createHttpClient(httpClientEngine: HttpClientEngine, json: Json, enable…