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
The new encryption modes are `aead_aes256_gcm_rtpsize` and `aead_xchacha20_poly1305_rtpsize`. XSalsa20 Poly1305 encryption is deprecated for Discord voice connections and will be discontinued as of November 18th, 2024. See https://discord.com/developers/docs/change-log#voice-encryption-modes
This ensures that unrelated changes in these exception classes don't affect the serialized form. The `serialVersionUID`s are from `v0.6.2` and were obtained with the [serialver tool](https://docs.oracle.com/en/java/javase/21/docs/specs/man/serialver.html): ``` $ serialver -classpath...