Gabriel Pettier

Results 130 comments of Gabriel Pettier

Anyway, my guess is that one of the libraries was incorrectly built because not all dependencies were present, and cleaning up (`rm -rf .buildozer` in the project dir) then building...

> 11-24 20:56:42.277 22779 22779 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 11-24 20:56:42.277 22779 22779 F DEBUG...

About making the current way more flexible, i do agree, but there always will be things that will be hard to support without more or less giving a tree like...

would an xml "merge" be a better way, allowing to add or replace part of the xml file with determined sections, be a better plan? or even, simple diff/patch logic...

please check that you have the same error in your logcat as the one shared in original post before commenting or adding a "me too" there are lots of unrelated...

Can this arm based image build a p4a distribution and apk on osx ? As p4a depends on the google sdk/ndk, and i don’t know if they have working arm...

Are you sure pillow-simd is going to be compatible with arm? https://github.com/uploadcare/pillow-simd#why-do-not-contribute-simd-to-the-original-pillow seems to indicate it depends on x86 (and related) specific instructions, i'm not sure SSE4 and AVX2 have...

Ah, indeed, Neon would be a way, though it doesn't seem like pillow-simd supports it at the moment, as https://github.com/uploadcare/pillow-simd/issues/8#issuecomment-404089929 and https://github.com/uploadcare/pillow-simd/issues/3 are the only places in the project that...

Also hitting this, tried a bit to debug it, and checked that it was not the same at #469 (for me `echo has('python')` shows 0 while `echo has('python3')` shows 1),...

using `:py3 from UltiSnips import UltiSnips_Manager` allowed me to see the actual error, which was `undefined symbol: PyTuple_Type` This lead me to see more people with similar issues, like https://github.com/vim/vim/issues/2925...