Luca Kellermann
Luca Kellermann
**What is your use-case and why do you need this feature?** [This section](https://github.com/Kotlin/kotlinx.serialization/blob/master/docs/serializers.md#delegating-serializers) of the Kotlin Serialization Guide recommends that delegating serializers should not reuse the descriptor of the serializer...
* remove experimental warning as discussed here: https://discord.com/channels/556525343595298817/587324906702766226/1192530833085575228 * put Gradle Kotlin DSL installation above Groovy DSL (for obvious reasons) * replace example branch SNAPSHOT version with a fictional one,...
Instead of a complicated channel structure, simply use a Mutex for each rateLimitKey as a way to queue the consume calls for the same key.
I get this compilation error when trying to use `node.process.process`: ``` e: file:///.../Main.kt:4:13 When accessing module declarations from UMD, they must be marked by both @JsModule and @JsNonModule ``` ```kt...
When building [a project](https://github.com/kordlib/kord) that uses AtomicFU with Kotlin 2.0.20-Beta1, I get this warning: ``` w: A compileOnly dependency is used in targets: Kotlin/JS. Dependencies: - org.jetbrains.kotlinx:atomicfu:0.25.0 (source sets: jsMain)...
`WARNING` -> `ERROR` `ERROR` -> `HIDDEN` `HIDDEN` -> remove