Gabriel Pettier

Results 130 comments of Gabriel Pettier

because you send it as the full list of message parameters, so each item is considered a separate item, you need to put `meters` itself in a list or tuple...

So i pushed a branch for that, but i really have no idea about how to make a test that show the bug, tried https://github.com/kivy/oscpy/pull/51/files#diff-b9ad2c13b5324b6b836c622979c627e8R932 but it seems to behave...

Really sorry for not answering before. A bundle is a succession of messages, it's up to you to decide if you want to call the same endpoint multiple times with...

this won't work on a raspberry pi. It's maybe possible to run buildozer to build apks on a raspberry pi but: - it's not going to be easy, and the...

Thanks for this info, so i guess as a first step, `Widget` could have a property (maybe DictProperty or an AliasProperty to a method to build the updated info if...

i'm prety sure emcascripten is a frontend to llvm. so neither gcc or cl/msvc. Anyway, i agree it's a promising path, if the changes are minimal in the framework, and...

Kivy has support for SVG as a canvas instruction, though it's not perfect, it's good enough for many things. But kivy itself uses vector like functions to draw, so if...

Well, Aiku is a legitimate platform, if very niche, but we don't support it at the moment, maybe support is easy to provide, maybe it's not, but none of the...

i can confirm weird behaviors, it still kind of work, if you trust it to do the right thing and continue, but this is not ideal. https://user-images.githubusercontent.com/22759/112563046-e89d3000-8dd8-11eb-949b-840e2a2aed66.mp4

Thanks, just to be sure, did you check this had no impact on the rendering of the affected blocks? i’m *pretty* sure it shouldn’t, but i didn’t touch RST in...