Artsiom Komar

Results 6 issues of Artsiom Komar

Hello. It's wrong way to use GlobalScope. Better way is pass CoroutineScope as parameter to CalendarView#setupAsync. For example: `fun setupAsync(startMonth: YearMonth, endMonth: YearMonth, firstDayOfWeek: DayOfWeek, coroutineScope: CoroutineScope, completion: Completion? =...

## Summary 1. Swift tools version config 2. Target platforms config ## Details Hi! Thanks for the great and helpful plugin. I made PR with the possibility of specifying the...

**Is your feature request related to a problem?** Currently, back handling is encapsulated inside the library and only changes the sheet expanding state. This makes it impossible to create stateful...

Hi! CrossfadePlugin seems to imply Crossfade animation between the described image loading states. In fact, Crossfade does not work as `state -> state` but as `empty -> state`. This is...

Currently, I can't find a solution for using Maven publishing with the `touchlab/ga-push-remote-swift-package@v1` action. When I'm using config like this: ``` kmmbridge { mavenPublishArtifacts() spm(swiftToolVersion = "5.9") { iOS {...

Hello! Sometimes, I need to wait for the result from some screen with an assigned "action_id." For example: 1. Screen A opens screen B using `navigator.navigate(BDestination(params = BParams(action_id = "123")))`....

enhancement