Eric Ampire

Results 7 issues of Eric Ampire

Hey folks, what's the equivalent of `LottieAnimationView.performanceTracker` in Jetpack Compose in order to be able to display the render graph ? ![Screenshot_20220822-093221_Lottie.jpg](https://user-images.githubusercontent.com/32017617/185865064-601903bd-7f0e-4a2d-b60c-3b7c4e2a0baa.jpg)

- [x] I solemnly swear that this is all original content of which I am the original author - [x] Pull request title is prepended with `[language/lang-code]` - [x] Pull...

abandoned?

Hello folks, I don't know exactly why I'm having this issue, I'm targeting the API 33 ```kotlin val videoStrategy = DefaultVideoStrategy.Builder() .addResizer(AspectRatioResizer(1f)) .build() val uri = File(filePath).getUriFromFile(requireActivity()) val source =...

I've juste update to 1.0.0-rc07, and everytime I compile on ios it's crashing with the following error message ``` > Could not resolve all files for configuration ':core-common:iosSimulatorArm64CompileKlibraries'. > Could...

I have noticed that epoxy throws this exception when the model use the data class with kotlin 1.5.10 and 1.5.0 ``` java.lang.NullPointerException: Attempt to invoke virtual method 'int java.lang.String.hashCode()' on...