Gabor Varadi
Gabor Varadi
The RenderPostProcessor was not actually bound to be usable, but I needed it at work. I figured I could provide the changes I've made "downstream" (upstream? I never know which...
I opened https://github.com/hunterxxx/huawei-map-clustering/pull/2 to make RenderPostProcessor exposed and usable when a marker is being added :)
State is lost instead of being restored after process death on "First Screen (type.fragment, internal)". Happens both if in front, or if it is on the backstack. 1.) add input...
In order to customize `logWebViewRequest`, it should be open. Currently it is not open.
Currently, the recorded events are stored in an unbound ArrayList inside RequestInspectorJavaScriptInterface, but after many requests this could easily be too big. It would be nice if along Inspector config...
@[JvmName](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-name/index.html)(name = "flowCombine") fun [Flow](https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/-flow/index.html).[combine](https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/combine.html)( flow: [Flow](https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/-flow/index.html), transform: suspend (a: [T1](https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/combine.html), b: [T2](https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/combine.html)) -> [R](https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/combine.html) ): [Flow](https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/-flow/index.html) Should have a `combineTuple` variant directly to Pair.
Currently, UP is somewhat of an issue with `ScopeKey`. It would work with `ScopeKey.Child`. But the problem is that the idea behind `ScopeKey` is that the key defines the scope...