Stefan Anđelković

Results 7 comments of Stefan Anđelković

The issue with this issue is that there is no deterministic way to distinguish these 2 annotations based on the context. Some of the reasons for this are: - These...

Hey @lion7 Thanks for bringing this issue up! The No-Arg constructor has been a requirement for a long time in the framework and still is, but as you discovered you...

Hey, @joffrey-bion and @matthewadams thanks for taking this on! Maybe I can help clear out a few things as well. In the case of Optional discussion, as you have already...

> @sandjelkovic No it won't blow up here. This is why I believe it's a problem. This is an unchecked cast, and will only fail when the value retrieved from...

For coroutines, @jnfeinstein you are correct that you have to run them inside a `runBlocking` block. Continuations are currently not supported. Basically, once you return from your Event handler method,...

Kotlin serialization has reached a first stable release https://github.com/Kotlin/kotlinx.serialization/releases

Thank you for this PR Simon, this looks great! In the next days, I'll go through the whole PR and do the initial review and provide you with needed feedback....