Alexei

Results 10 comments of Alexei

Hello! I can track the end of builds using `getFlowProviders().buildWorkResult.map{ /* configure FlowActionSpec */ }` but is there any way to know when the build started? I want to calculate...

Any estimate on when this will be done? This is a major blocker for the migration to Compose 1.5 (which was released 3 months ago) and Kotlin 1.9. For now,...

Hey guys, any updates on this issue? Or when will this be fixed?

@dima-avdeev-jb it works well now, thanks!

@igordmn No, the problem with the overscroll effect is a separate issue that also doesn't work on Android (there is a [feature request](https://issuetracker.google.com/issues/234274772) that might help fix this). This issue...

Sure, I updated [the code](https://gist.github.com/artsmvch/a9b88f4399981f5b7abc3af4506b1bdb) to make the problem more visible. And here is the video: https://github.com/JetBrains/compose-multiplatform/assets/61359788/b292b5c4-89aa-49a4-b6b5-0c60a04c5e63 Set the speed to 0.5 to see that the drawn elements (yellow boxes)...

Is there a workaround for this? This is really a blocking issue as I cannot use UIKitView with UIImageView to display `png` icons.

@alexzhirkevich I need to display a local `png` icon on iOS. Can compose image/icon do this? I didn't find an example

Wow I didn't know we can draw vectors on iOS. Thanks!