Rustam
Rustam
Initial setup of BackPressHandler in the MainActivity works well with navigation but how to handle Appbar navback button click event? Now I've forked and created RootBackPressHandler Ambient which is set...
Sometimes we need real image size in order to draw extra decoration over an image For example: I've multiple photos with label metadata. In order to draw labels at it's...
Go to string resource xml file on press Cmd(⌘) + Click
I've recently found this [source code](https://cs.android.com/androidx/platform/frameworks/support/+/androidx-main:compose/material/material/icons/generator/src/test/kotlin/androidx/compose/material/icons/generator/ImageVectorGeneratorTest.kt) where icon converted to compose Icon class. It would be nice to add this feature (export as compose icon menu) to shapeshifter beta
When marker is changed custom infowindow content is not synced 
### SQLDelight Version 2.0.0-alpha02 ### Operating System Android ### Gradle Version 7.5 ### Kotlin Version 1.7.20 ### Dialect default ### AGP Version _No response_ ### Describe the Bug  ...
When I added 9 patch files iOS compiler run in exception that it can't accept extensions except 1x, 2x, 3x 
Using compose resources in multi module project we have to give alias when importing Res classes from multiple modules ``` import package.name.modulea.Res import package.name.moduleb.Res as ResB import package.name.modulec.Res as ResC...
Please, make url paths absolute for JS! NOT: composeResources/package.name/values/strings.commonMain.cvr BUT: /composeResources/package.name/values/strings.commonMain.cvr When window url is dynamically changed via `window.history.pushState(data, url, title)` https://domain.com -> https://domain.com/user/dashboard resources cannot be found giving 404...