Results 24 issues of Philip Dukhov

I'm trying to implement modal transition: new screen slides in from bottom and slides out back. Expected behaviour: Slide in animation works fine, but slide out animation doesn't - because...

I want my camera to take part of the screen. In current code `previewLayer.videoPreviewLayer.connection == nil` until `viewDidAppear`, so the last time `viewDidLayoutSubviews` is called `connection == nil`, and the...

### New Issue Checklist - [x] Updated SwiftLint to the latest version - [x] I searched for [existing GitHub issues](https://github.com/realm/SwiftLint/issues) ### Describe the bug When a non existing file is...

bug

Sometimes when I open a link from Telegram in Chrome, and wanna come back to Telegram, the top app is still Telegram, so I can't switch fast back to it....

bug
unreproducible
macOS 11

I'm using Napier for Android/iOS multiplatform project. I'm getting such warning on `__attribute__((swift_name("NapierNapier.Level")))` line. Also when I tried to pass `NapierNapier.Level` as a parameter of `crashlyticsAddLog` lambda, kotlin didn't generated...

I expect back stack to work same as in system navigation: view states from the back stack should be saved. It includes saving `@State` and `@StateObject` annotated objects, but I...

I'm not sure how exactly youtube algorithms work, but at some point they may notice that we like at the same percent and consider it's a bot. That's why locally...

new feature

I've got the following exception by IDEA: ``` java.lang.Throwable: Could not find correct module information. Reason: Should not analyze element: val x = com.well.notifications.CallServices(updateToken = {}) in file dummy.kt This...

Do you have plans to add Hilt/Koin integration?

The deprecation message for the method indicates that the `androidx.compose.foundation.pager.PagerState` version should be used. However, this applies to both versions of the modifier, including the one already using `androidx.compose.foundation.pager.PagerState`. The...