Luca Tremamunno

Results 3 issues of Luca Tremamunno

# Problem description When using kotlinx serialization if a type implements a `sealed interface` kmongo will try to serialize it using the interface serializer even if the compile-time type of...

bug
wontfix

## Summary On React Native the default dispatcher is the `SetTimeoutDispatcher`, which schedules the queue processing as a js macrotask using `setTimeout(0)`. I think this does not align with the...

js

Minimal fix for https://github.com/Kotlin/kotlinx.coroutines/issues/4561 Note that in the issue I detail that the issue might also affect native script, but this PR focuses only on React Native. The code for...