omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. dthomson
    3. Topics

    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 1
    • Topics 2
    • Posts 3
    • Best 1
    • Controversial 0
    • Groups 0

    Topics created by dthomson

    • dthomson

      Does the dropbox 6.4.0 library support TLS 1.2?
      Pythonista • dropbox • • dthomson

      22
      0
      Votes
      22
      Posts
      3260
      Views

      ccc

      return [ key for key in pkg_data['releases'].keys() if pkg_data['releases'][key] ] # --> return [key for key, value in pkg_data['releases'].items() if value]
    • dthomson

      Pythonista special key row problems in IOS 14
      Pythonista • ipados14 • • dthomson

      26
      0
      Votes
      26
      Posts
      9076
      Views

      cvp

      @janplxt said:

      iPad it seems to have something to do with the “darkmode” setting.

      I don't think so, see my first examples in the topic.