-
Omega0
I recently switched the key clicks sounds off in the iPhone settings and noticed that pythonista's code completion and extra keyboard row still make noise.
Is it possible to turn off the sounds? If it isn't you may consider this an official feature request.
-
Omega0
I've found an issue where
editor.make_new_file()
causes the app to crash. It doesn't seem to matter what arguments I pass to it the app just shuts down. -
Omega0
There's already a Lorem Ipsum module in Python's standard library. You may not have seen it because it is called
faker
.faker
provides a lot of functionality that a simple Lorem Ipsum module doesn't in terms of code testing so I'd recommend you check it out. -
Omega0
The 2.6 version works for my purposes by changing the
CGIHTTPRequestHandler
class attributeshave_fork
,have_popen2
andhave_popen3
toFalse
since Pythonista seems to thinkos
has all of those methods but they all raise errors. -
Omega0
I've been developing some CGI based scripts in Pythonista and had intended to use the CGIHTTPServer module to test them, but when I tried to import the module I got an error saying the module did not exist. I assume this is due to Apple's restrictions on executing code within apps but I wanted to check to see if it could possibly be added in a later version before I go out and try to set up a web server to test my scripts.
-
Omega0
A function like ƒ(x) = x^2 would be called quadratic (second order as JonB said) but anything with square like properties should be labeled as square or one of its derivatives (squarish, squarelike, or squared). I'm not sure why the canvas is described as quadratic but a translation issues sounds like a possible reason.
-
Omega0
@JonB,
I was unaware of the Safari bookmark method, but what I was looking for was something more along the lines of loading a PDF from the Google Drive app. Which I don't think would be possible with a bookmark. -
Omega0
I wonder if Workflow could be used to make an "open in Pythonista" action since it had to be removed from the app natively. I haven't had a chance to mess with Workflow yet, but if this could work it would make my life much easier.
-
Omega0
With 1.6 in beta I wanted to bring up an unresolved issue from the past:
motion.get_magnetic_field()
. I wanted to start doing some tests with magnetism but I keep getting(0.0, 0.0, 0.0, 0)
as the return value. Is there any chance this will be fixed in the final release of 1.6? -
Omega0
Enabled location services for Pythonista, still not working.