-
Upgrade to v0.14, I found kotlinx-serialization-core/json becomes a dependency of dataframe-core.
If it is for processing JSON files, it should be part of the dependencies of the dataframe json mod…
-
Are there any plans to support Kotlin/Native?
-
Tried using `ImmutableList`, `ImmutableMap`, `PersistentList`, and `PersistentMap` both in data class constructors and as fields.
Kotlin lang: 1.9.20. Deps:
```
sourceSets {
commonMain {
…
-
Hey, I just would like to inform you that Exposed jar is now deployed in https://bintray.com/kotlin/exposed/exposed/view#, so you can remove the JAR from Git repository and use it in your build.
-
So I have this table structure:
```kotlin
package com.proximyst.marivictus.common.sql
import com.proximyst.marivictus.common.playerwarp.MemberLevel
import org.jetbrains.exposed.dao.EntityID
imp…
-
Is there plan to have database migrations in this great tool?
It can either be inbuilt or integrate with a tool like [Flyway](https://github.com/flyway/flyway).
-
It would great if seedvault could backup to any S3-compliant backup target in addition to also AWS S3 (open source examples: Ceph radosgw, Minio, Garage, seaweedfs, ...).
AWS SDK for Kotlin: https:…
jpds updated
7 months ago
-
Hi all,
I'm using UniFFI with [mls-rs](https://github.com/awslabs/mls-rs) and it's working well. The results so far can be seen in [mls-rs-uniffi](https://github.com/awslabs/mls-rs/tree/main/mls-rs…
-
# About
Kotlin Multiplatform App
- 最初はオーダーアプリとして1つのモノリシックなアプリとして作成
- 後続で、クライアント側の管理・CMSといった別ドメインを切り出したモジュール別のアプリとして作成
# Design - 設計
- shared : APIレスポンス - ドメインモデルなどのserverとclientの共通コード
- …
-
Here's an example error of when using a [Exposed](https://github.com/JetBrains/Exposed) class: `Exception in thread "main" com.apurebase.kgraphql.schema.SchemaException: Generic types are not supporte…