Kent Tong

Results 8 issues of Kent Tong

I've made this online python learning environment ("Yes, Kids can learn Python") freely available at https://p4kweb.appspot.com. Would you please add it to your list? Thanks!

It didn't support multiple file input fields in a form. This commit fixes the problem.

The code didn't consider the case when there are multiple file input fields. I have fixed it and it seems to work fine. Please find it attached. Thanks for making...

When I run it, I get the following error: ![image](https://user-images.githubusercontent.com/1174319/79851713-43bfe900-83f8-11ea-8174-750f8fedb47a.png) It works if launched in a browser though (despite that it always opens two tabs).

### Versions - Python: 3.6.9 - OS: Ubuntu 18.04.5 LTS - Kivy: 1.11.1 - Cython: 0.29.21 - OpenJDK: 11.0.8 ### Description According to Android's doc, if an activity is set...

bug

That would allow a InputFileStream to be passed to it without reading the whole zip file into a List of bytes.

The video works but no sound on iPhone 11 (not sure about other versions) or iPad. I worked around it by converting to the aac codec: ```ffmpeg -i input.mp4 -c:v...

I am trying to use pyobjus to access the view with the following code: ``` logging.debug("getting UIApplication") app_cls=autoclass("UIApplication") logging.debug("getting shared UIApplication obj") app=app_cls.sharedApplication() logging.debug("getting key window") win=app.keyWindow logging.debug("getting root view...