Mirko Galimberti

Results 339 comments of Mirko Galimberti
trafficstars

My mind thought that you were building something for Android, not iOS. I'm sorry. Well, looks like we're installing pip dependencies before building the ones which have a recipe, when...

Going snowboarding looks like a nicer alternative 😄 Unfortunately, I never used `Pythonista` or `Pyto`, nor do I know how it works under the hood. Our bootstrap script is quite...

@brentpicasso can you please share a screenshot of "Frameworks, Libraries, and Embedded content" from XCode? Since we moved from `libname.a` to `libname.xcframework` something may gone wrong during your Xcode project...

That's why. The `libname.a` files should not be there (even if still available under `dist/lib/**/*`) Can you try to remove them? That section should look like that after the changes:...

Please ping me when you're ready What is gonna be promising is the `PyProjectRecipe`, as we still rely on `setup.py` and non-isolated builds. Moving to isolated builds will help us...

> @misl6 As now we are building wheels for packages, is there any plan to host that wheels? This could save some compile time. This is possible but should be...

Addition: > Here we need to inform the p4a users that if they are using numpy, they to set minimum ndk api to 24. Maybe we can just raise an...

Moved to `kivy/python-for-android` as is the right place for this discussion. @Sytse45 @Blobinius this is not happening on our CI and my side, can you please confirm that `python-for-android` dependencies...

Do you need to make any changes / rebase as #3007 has been merged?

Hi @beauxq ! `Cutbuffer` is not essential, neither are `xclip` or `xsel`: https://github.com/kivy/kivy/blob/cd4cb0f649c1d34503aba631e405f0c532aef48a/kivy/core/clipboard/__init__.py#L156-L157 Can you confirm that even if the critical error (which I agree is not great) is shown,...