omz:forum

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

    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 3
    • Topics 14
    • Posts 58
    • Best 6
    • Controversial 0
    • Groups 0

    halloleooo

    @halloleooo

    6
    Reputation
    963
    Profile views
    58
    Posts
    3
    Followers
    0
    Following
    Joined Last Online

    halloleooo Unfollow Follow

    Best posts made by halloleooo

    • RE: Trying to move to Pyto but….

      @ccc Use the address listed above (https://discord.gg/XCKkvJS). That worked for me. You can enter it in the Discord app.

      posted in Pythonista
      halloleooo
      halloleooo
    • RE: Pythonista will be broken soon.

      Well, it it inevitable that this wonderful app at some stage will stop working altogether if is is not maintained anymore.

      Very, very sad.

      posted in Pythonista
      halloleooo
      halloleooo
    • RE: Editor jumps to end of file?

      I have the same problem. I use the Logitech Smart Folio Keyboard with an iPad and have the same weird issue!

      No idea though how to fix it..

      posted in Pythonista
      halloleooo
      halloleooo
    • RE: yaml.dump() appending to file rather than overwriting

      @cvp Only when you use os.rename. If you use pathlib's Path.rename I think it silently overwrites the old backup file.

      posted in Pythonista
      halloleooo
      halloleooo
    • RE: yaml.dump() appending to file rather than overwriting

      In a situation like this I would never write to the same file I read from.:

      1. read from the config file.
      2. Write to a new file.
      3. Rename the old config file to something like ..._bak.yml.
      4. Rename the new file to the name of the old config file.

      My 2cts.

      posted in Pythonista
      halloleooo
      halloleooo
    • RE: Where to store custom data for a UI view?

      @cvp That's so super-cool! That's the perfect solution for me: Then I don't need global variables!

      posted in Pythonista
      halloleooo
      halloleooo

    Latest posts made by halloleooo

    • RE: Trying to move to Pyto but….

      @ccc Use the address listed above (https://discord.gg/XCKkvJS). That worked for me. You can enter it in the Discord app.

      posted in Pythonista
      halloleooo
      halloleooo
    • RE: Trying to move to Pyto but….

      @malko Yes, the Discord server is running. And we certainly need more people participating to make it active... :-)

      posted in Pythonista
      halloleooo
      halloleooo
    • RE: Does anybody know about a forum for Pyto?

      @ccc Thanks for this. The other thread says it all. :-)

      posted in Pythonista
      halloleooo
      halloleooo
    • RE: Trying to move to Pyto but….

      @cvp Thanks for the discord link! Will check it out.

      posted in Pythonista
      halloleooo
      halloleooo
    • Does anybody know about a forum for Pyto?

      I 'm playing with Pyto, the new kid on the Python-on-iOS block -- and I am missing a lot of things (first and foremost Share Sheet integration!).

      So I'm keen to join a forum which discusses Pyto and how to use it - but I couldn't find any dedicated discussion board. Sure, I can go to stackoverflow, but a forum or community devoted solely to Pyto might exist too.

      Does anybody know of anything?

      posted in Pythonista
      halloleooo
      halloleooo
    • RE: Pythonista will be broken soon.

      Well, it it inevitable that this wonderful app at some stage will stop working altogether if is is not maintained anymore.

      Very, very sad.

      posted in Pythonista
      halloleooo
      halloleooo
    • RE: Editor jumps to end of file?

      I have the same problem. I use the Logitech Smart Folio Keyboard with an iPad and have the same weird issue!

      No idea though how to fix it..

      posted in Pythonista
      halloleooo
      halloleooo
    • RE: How to share JPEGs via dialogs.share_image?

      @cvp @ccc Funny, funny., but a good point: These days everything is semiconductors...

      In regards to the problem at hand: Using the file systems means I have to create a tmpdir first I guess - or where the heck does the stuff get saved when Pythonista executes in a share extension???

      posted in Pythonista
      halloleooo
      halloleooo
    • RE: How to share JPEGs via dialogs.share_image?

      Thanks for the details. I was hoping to be able to tweak dialogs.share)image to export JPGs, but the detour via a JPG file is ok too.

      Thanks again!

      posted in Pythonista
      halloleooo
      halloleooo
    • RE: How to share JPEGs via dialogs.share_image?

      Thanks @cvp.

      Does this mean I have save the PIL image first as a JPG to disk and then I can share it?

      posted in Pythonista
      halloleooo
      halloleooo