Roberto Leinardi

Results 242 comments of Roberto Leinardi

Now I'm stuck here: ``` Running: pip3 install --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST} "certifi" --no-build-isolation Looking in links: file:///run/build/python3-matplotlib Processing ./certifi-2020.12.5.tar.gz Building wheels for collected packages: certifi Building wheel for certifi...

> Should I submit a PR? That would be awesome! Yes please! :smile:

Thanks a lot! It works! @aleb this might interest you as well.

@bytebeats do you accept PR? If you do, I can can make one to update the dependencies of the project, including Kotlin and Compose. Please let me know if you...

Hi @bytebeats, I just created #32 that bumps all runtime dependencies. I wasn't able to bump the Android Gradle Plugin to the latest stable because it depends on Gradle 8...

Nice :slightly_smiling_face: btw, if you need some inspiration, on this project I have already done some of those tasks, like the Gradle project structure, Kotlin DSL and M3 so it...

Some other things to do could be: 5. Add CI via GitHub Actions 6. Add some static analysis tools like Detekt and Spotless Both of those things are available on...