-
Device name: Infinix Note 30 (4G)
Rom name: Crdroid GSI
Android version: 14
Pixelify version: 3.0
Bug Description:
Styles and Wallpaper app is completely unusuable due to the bug. As it froze…
-
Hi @pwittchen, now that [Kotlin Coroutines Flow](https://github.com/Kotlin/kotlinx.coroutines/releases/tag/1.3.0) is stable, I'm wondering if there's any interest / plans to migrate the project to kot…
-
Consider this code:
```kotlin
runBlocking {
launch(CoroutineName("coroutines in flow")) {
val flow = flow {
var i = 0
…
-
The plugin was working fine yesterday, I have not updated IntelliJ nor the plugin in between. Here are the IJ logs
Error 1:
```
2022-12-20 16:16:53,664 [ 223316] SEVERE - #c.i.o.a.i.CoroutineExce…
-
Hi!
I would've posted this in discussion if it was available, but I was curious if it had ever been considered to use coroutines instead of exceptions for the binding blocks.
Using exceptions ha…
-
I want to follow best practices for modern android develop and GitHub sample is a complete solution for that but there soe much old code and like using dagger 2 why its not updating to use hilt and ko…
-
I am considering kotlin and coroutines as an inseparable couple. Would be nice to have a super-easy way to test them. For the best experience, I am missing few features:
- [ ] Easy way to include c…
-
What to expect.
# Changes to configuration
* No more global config objects, no more XML overrides.
* LeakCanary breaks down into small components that can be assembled and configured ad hoc
* …
-
Kotlinx coroutines Reactive includes an general extension fun to convert `Publisher` to Kotlin Flow, https://github.com/Kotlin/kotlinx.coroutines/blob/master/reactive/kotlinx-coroutines-reactive/src/R…
-
Hello, guys!
We are facing a problem with our custom bridge solution for RN + adyen-android module (the same version you use here).
That RN uses `singleTask` launch mode for the MainActivity. In t…