Pythonista-Issues
Pythonista-Issues copied to clipboard
Issue tracker for Pythonista (iOS)
When presenting a view with editor.present_themed() it should change. If the theme is dark, you can't see the placeholder text.
If I run the following code in Pythonista: ```python import requests requests.get("https://literalchaos.de") ``` I get a `CERTIFICATE_VERIFY_FAILED` error with the following trace: ``` Traceback (most recent call last): File "/var/containers/Bundle/Application/4CD5E048-4218-4FB2-AF4A-89CFE5A5D86C/Pythonista3.app/Frameworks/Py3Kit.framework/pylib/site-packages/requests/packages/urllib3/connectionpool.py",...
Hi, how to make pythonista run in the background? for example, collect data from sensor. It seems that threading module is suspended and stop working temporarily when using other apps....
mpi4py
Is it possible to run Pythonista in parallel by downloading mpi4py package to develop codes that run on multi cores? Exectuion line would look like "mpirun -n 4 python script.py....
While editing a long Python file (~150 lines) on an iPad mini with an external keyboard, the editing cursor sometimes jumps to the end of the file and jump back...
This may be the same issue as #669 but I'm not sure... I can't make a `Home Screen Icon` shortcut using `wrench icon` -> `Shortcuts...` -> `Home Screen Icon`. I...
Selecting "Open Recent" shows the recently opened files. However, there's no option to clear that list. Also, if an item is selected from that list that no longer exists, then...
according to https://developer.apple.com/documentation/coremotion/cmmotionmanager/1616135-accelerometerupdateinterval the framerate of motion is "determined by the maximum frequency supported by the hardware". I know that the motion sensor is noisy, but I actually just want...
I am still in last beta 311016, so close if this fixed in app store: I recall in previous versions, when the problem of multiple tabs getting out of sync...
Hi, Hey Ole, Just want to say Pythonista is amazing! Thank you for making it. I hope you can continue to develop it. _One issue is Pythonista will consistently (always)...