Icks

Results 6 comments of Icks

I posted the following already at the google issue tracker: The memory leak is still present in Compose 1.2.0 with Kotlin 1.7.20. I profiled the code below (https://github.com/Ic-ks/compose-memory-leak) for 3...

Same here. Service is running and profile is activated but fan is running with full speed. Furthermore only one fan is recognized in the fan section but two fans are...

Especially if you want to run a polling loop, `combineTransformLatest` is very handy, because the running loop is cancelled as soon the input has changed: ``` fun pollingPageContentFlow( isAuthorizedFlow: Flow,...

@Thaerith I had a short look onto your PR and I am surprised that the compiler for the `wasmJS` target does not enforce you to use the `JsAny` types (like...

I followed your copy paste suggestion by myself. But only for the `app`, `auth` and `common` module: https://github.com/Ic-ks/firebase-kotlin-sdk/commit/3933cea9e8ac16efeba0c6ea3fb0dc415eeba722 At the end I was able to get an anonymous firebase user...

@nowiwr01w I tried to implement a solution which shares code between the `js` and `wasmJs` target. My approach was an abstraction layer in the common module which was implemented as...