Results 34 comments of syle

Nice job finding that kivy bug obfusk. If we can get these commits in kivy master and on python-for-android, whole world can start using python 3.9 on android 👍

01-11 20:14:22.728 16052 16090 I python : Android kivy bootstrap done. __name__ is __main__ 01-11 20:14:22.728 16052 16090 I python : AND: Ran string 01-11 20:14:22.728 16052 16090 I python...

Hold up on that, it's for some reason breaking on master branch as well all of a sudden.

Ok I looked into that error seems was just someone updated pymysql and that broke aiomysql was able to fix under python 3.8.6 with: requirements = python3==3.8.6,hostpython3==3.8.6,kivy==2.0.0,https://github.com/kivymd/KivyMD/archive/master.zip,aiomysql==0.0.21,pymysql==0.9.3,setuptools==51.0.0,pygments,sdl2_ttf==2.0.15 p4a.branch = develop

SO I ran a simple hello world example test with: p4a.branch = develop requirements = python3==3.9.0,hostpython3==3.9.0,kivy==2.0.0rc4 also: requirements = python3==3.9.1,hostpython3==3.9.1,kivy==2.0.0 also: requirements = python3==3.9.0,hostpython3==3.9.0,kivy==2.0.0 All of them all of a...

It wouldn't work, I have already fought with getting aiomysql working in fastapi. Issue is there is only one way to get access to eventloop with it, and that's with...

I think if you really wanted to support it for future plugins you'd have to do something like aiomysql does, it has a feature to grab current running eventloop instead...

You don't want to use passwords, or second you start into android tv programming, your gonna wish you didn't in first place from experience trying to support many devices and...

Mainly what you want to do is store a .json file of username and oauth2 password and just log them in, if does not exist, then redirect to fastapi to...

I question why you would even want an IP address on the bridge, just adding your 10 gigabit ethernet card to it, and letting vm-bhyve handle adding tap devices to...