Christopher Dambakk

Results 5 issues of Christopher Dambakk

It would be nice to have support for kotlinx.serialization so we dont have to implement a serializer by hand when `Uuid` is used in a `@Serializable` class.

**Description** After using paparazzi successfully for some hours, suddenly both `./gradlew verifyPaparazziDebug` and `./gradlew verifyPaparazziDebug` are skipped with the following output from `--info`: > Task :lottery:recordPaparazziDebug UP-TO-DATE Skipping task ':lottery:recordPaparazziDebug'...

Hi! Is it possible to use Hauler together with a Collapsing Toolbar from [Material Components](https://material.io/develop/android/components/top-app-bars/)? I'm experiencing issues with propagating the scroll event to both Hauler and the toolbar. Seems...

Type: Question

**Describe the bug** I am not able to assert that some text is visible in an Android WebView when targeting API 33. The hierarchy does not contain any of the...

bug

I have defined the following NavTransition: ``` val slideEnterFromLeftTowardsRight: (width: Int) -> Int = { width -> -width } val slideExitTowardsLeft: (width: Int) -> Int = { width -> -width...