Chris Banes
Chris Banes
Nice work! I think it's too early to start introducing this into the library, _but_ I will have a think about how you could provide your own 'effect' shader into...
Just something I'm experimenting with. It gives more control over running Coroutines from user events. The downside is that long running tasks could block events which require immediate processing (go...
> The values captured inside eventSink looks like are not up to date, do you think this will cover those cases? Captured values will be an issue either way. This...
> I see, Do you have any solution on top of your mind for captured values? Does having remember{} fields help? You want to reference state holders, rather than values....
Maybe? Worth raising an issue to discuss anyway.
Just +1'ing this. We're seeing the same.
@dependabot rebase
> HazeEffect doesn't follow parent's graphicsLayer configuration We rely on Compose's `onGloballyPositioned` to be called with an updated position. If you're doing graphics transforms (especially rotations) at a higher level,...
I don't know if there is a way to fix this period right now.
> This will also happens if the parent has an animated picture/ video playing, not exactly the same as this issue though @dhng22 I'm not sure how it is related...