omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. Omega0

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 37
    • Best 0
    • Controversial 0
    • Groups 0

    Omega0

    @Omega0

    0
    Reputation
    1167
    Profile views
    37
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Omega0 Unfollow Follow

    Latest posts made by Omega0

    • iPhone keyboard sounds

      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.

      posted in Pythonista
      Omega0
      Omega0
    • RE: Beta Status Update

      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.

      posted in Pythonista
      Omega0
      Omega0
    • RE: Generate Lorem Ipsum

      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.

      posted in Pythonista
      Omega0
      Omega0
    • RE: CGIHTTPServer

      The 2.6 version works for my purposes by changing the CGIHTTPRequestHandler class attributes have_fork, have_popen2 and have_popen3 to False since Pythonista seems to think os has all of those methods but they all raise errors.

      posted in Pythonista
      Omega0
      Omega0
    • CGIHTTPServer

      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.

      posted in Pythonista
      Omega0
      Omega0
    • RE: Quadratic canvas - what is that?

      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.

      posted in Pythonista
      Omega0
      Omega0
    • RE: Using Workflow app with Pythonista

      @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.

      posted in Pythonista
      Omega0
      Omega0
    • RE: Using Workflow app with Pythonista

      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.

      posted in Pythonista
      Omega0
      Omega0
    • motion.get_magnetic_field()

      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?

      posted in Pythonista
      Omega0
      Omega0
    • RE: motion.get_magnetic_field()

      Enabled location services for Pythonista, still not working.

      posted in Pythonista
      Omega0
      Omega0