-
Follow the existing extension modules from https://github.com/Kotlin/kotlinx.coroutines/tree/master/reactive, add `Uni.awaitSingle()` and `Uni.awaitSingleOrNull` instead, the naming is more clear and …
-
**Summary:**
Even though upload successfully happens, the app shows an upload failed notification because the saveIntoUploadedStatus() method throws an exception
**Steps to reproduce:**
N…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues and didn't find mine.
### Steps to reproduce
1/ Follow the tutorial : https://maestro.mobile.dev/getting-started/i…
-
The bug comes from https://github.com/Kotlin/kotlinx.coroutines/issues/3256
```kotlin
public abstract class AbstractFlow : Flow, CancellableFlow {
...
}
internal interface CancellableFlo…
-
I installed the Plugin from the Marketplace and this happened:
Stacktrace:
```Unhandled exception in [StandaloneCoroutine{Cancelling}@32e2a423, Dispatchers.Default]
java.io.IOException: Strea…
-
In https://codelabs.developers.google.com/codelabs/advanced-kotlin-coroutines/#10:
... ...
By using combine, we can combine the cached network lookup with our database query. Both of them will run o…
-
I don't think the sampling of Flow.sample() should start until after the first element is received. There is even a comment to back that up:
https://github.com/Kotlin/kotlinx.coroutines/blob/master/k…
-
java.lang.Exception: Client request(https://aac.saavncdn.com/916/oDNBG9i0W1nZHOgltfd5pxhYnlr4EshvwuV8z4F_320.mp4) invalid: 404 Not Found. Text: "BlobNotFoundThe specified blob does not exist.
Request…
-
So I was using WebStorm and I noticed that my RPC wasn't there on Discord, so I looked on WS and saw an error. I just updated the wakatime plugin, but I don't think this is the cause. I restarted WS a…
-
**Is your feature request related to a problem? Please describe.**
Adding support for Compose Multiplatform would be a valuable enhancement, especially considering JetBrains's significant investment …