Results 6 issues of Yann Badoual

The alignment is not perfect, sometimes the offset is a bit off

When calling `setCurrentItem` on the viewpager will break the UI, not displaying the bullet on current step

When compiling, almost 1 times out of 2, I get the following error: ``` com.airbnb.android.showkase.processor.exceptions.ShowkaseProcessorException: Multiple styles for component: Button are current set as default style. Only one style is...

bug
help wanted

From what I gathered from the doc and source code, currently we call only call `ViewPump.init` once, and have only one configuration If we want to add some new interceptors...

### Parse version 1.18.5 When the installation is not found, we fallback into this code which will try to mark all fields as dirty: https://github.com/parse-community/Parse-SDK-Android/blob/master/parse/src/main/java/com/parse/ParseInstallation.java#L158 This will in turn call...

Hi, In the tip3, I think there's a potential catch that can trigger unncessary recompositions. The declaration of the lambda at this line: https://github.com/AidaIssayeva/recomposition_examples/blob/main/app/src/main/java/com/cupsofcode/recomposition_examples/Tip3.kt#L49 When `Tip3` is recomposed, even if...