omz:forum

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

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

    Victor Domingos

    @victordomingos

    8
    Reputation
    1801
    Profile views
    64
    Posts
    2
    Followers
    0
    Following
    Joined Last Online
    Website no-title.victordomingos.com Location Braga, Portugal

    victordomingos Unfollow Follow

    Best posts made by victordomingos

    • RE: Using numpy getting error: module numpy has no attribute 'flip' - yet it does!!!

      I have been hitting the old NumPy wall a lot of times lately, as it is a very frequent dependency in other packages (for instance astropy and its affiliated packages like astroplan). NumPy 1.8.0 is now about 6 years old, which makes it very like to be an issue for almost any packages that requires it. Simply too old.

      posted in Pythonista
      victordomingos
      victordomingos
    • RE: Thoughts on Pythonista subreddit?

      Well, I am not the most frequent participant if this forum, but I like to come around and check what people are talking about from time to time, or to ask for help.

      I understand your concerns, but to be honest, I don’t feel that Reddit would be a viable alternative. This forum format (or a Discourse-based one) is much more easy to read on both desktop and mobile, even long discussions. Every time I get into Reddit, I end up getting the impression that I am in the middle of something a bit messy.

      posted in Pythonista
      victordomingos
      victordomingos
    • RE: app sharing functionality

      @mikael I tried to do it with setuptools twine from my iPhone, but never managed to make it work. I had to resort to a Mac.

      posted in Pythonista
      victordomingos
      victordomingos
    • Optimize Images v1.2 comes with new features and it’s finally available on PyPI

      The new release of my image optimization command-line utility is out. It has a couple of cool new features and, for the first time, it is now available on PyPI, which means you can just pip install it as any other Python package. It is a command-line tool but also works on iOS inside Pythonista. I use it together with Pelican in my workflow to blog from iOS.

      Check it out!

      https://no-title.victordomingos.com/articles/2018/optimize-images_v1_2_available_on_pypi/index.html?s=omz

      posted in Pythonista
      victordomingos
      victordomingos
    • Using test.pypi.org in Pythonista/StaSh

      Hi. I am preparing to release a new package on PyPI and would like to test it also on iOS, while experimenting with Test PyPI. In desktop, I am using pip install --index-url https://test.pypi.org/simple/ PACKAGE-NAME.

      Is it possible to specify the URL for Test PyPI in the StaSh version of pip?

      posted in Pythonista
      victordomingos
      victordomingos
    • RE: Python 3.7 ?

      If it comes with same same kind of performance improvement I saw in desktop systems, I also can’t wait for it. One of my applications saw a breathtaking 50 to 100% improvement. In other applications there is no to little difference, but in some contexts it is really noticeable.

      posted in Pythonista
      victordomingos
      victordomingos
    • RE: Populating TableView made in the designer from a list

      Hi there. I am trying to get into Pythonista's ui module. I really need to grasp Tableview for use in a project I have been working. I haven't found a simple step-by-step tutorial, so I am trying to follow tips like these. After reading this conversation, I got a tableview made in the designer and the basic code to populated with a list (as shown above) and present it. It works.

      Now, the next step is: How can I change it after? How can I add lines to this table while it's being presented?

      posted in Pythonista
      victordomingos
      victordomingos

    Latest posts made by victordomingos

    • RE: Using numpy getting error: module numpy has no attribute 'flip' - yet it does!!!

      I have been hitting the old NumPy wall a lot of times lately, as it is a very frequent dependency in other packages (for instance astropy and its affiliated packages like astroplan). NumPy 1.8.0 is now about 6 years old, which makes it very like to be an issue for almost any packages that requires it. Simply too old.

      posted in Pythonista
      victordomingos
      victordomingos
    • RE: Thoughts on Pythonista subreddit?

      Well, I am not the most frequent participant if this forum, but I like to come around and check what people are talking about from time to time, or to ask for help.

      I understand your concerns, but to be honest, I don’t feel that Reddit would be a viable alternative. This forum format (or a Discourse-based one) is much more easy to read on both desktop and mobile, even long discussions. Every time I get into Reddit, I end up getting the impression that I am in the middle of something a bit messy.

      posted in Pythonista
      victordomingos
      victordomingos
    • RE: New Beta for Pythonista 3.3

      Very good news, I will be entering the beta today.

      Some packages seem to be in need of an update, maybe the final version may include something with respect to that.

      I still have an old iPad 2 (iOS 9) that I use together with my iPhone 7, I also wish that this iPad doesn't get unsupported right now...

      posted in Pythonista
      victordomingos
      victordomingos
    • RE: Time to update python to the latest version?

      On the other hand, since it does not support virtual environments, one positive side of the slow pace of updates is that it makes Pythonista a more stable platform, in a sense.

      posted in Pythonista
      victordomingos
      victordomingos
    • RE: app sharing functionality

      @mikael I tried to do it with setuptools twine from my iPhone, but never managed to make it work. I had to resort to a Mac.

      posted in Pythonista
      victordomingos
      victordomingos
    • RE: StaSh version 0.7.0 released

      @bennr01 In the Github ywangd/stash repository, there is no 0.7.0 release. Is there a new official repo?

      posted in Pythonista
      victordomingos
      victordomingos
    • RE: Optimize Images v1.2 comes with new features and it’s finally available on PyPI

      No, actually I did that from my Mac, using twine. Not sure if twine works in iOS/Pythonista.

      posted in Pythonista
      victordomingos
      victordomingos
    • RE: StaSh version 0.7.0 released

      Very nice. This is such an important tool, that I believe it deserves more integration with Pythonista, like for instance some button to install it directly from the app’s settings.

      posted in Pythonista
      victordomingos
      victordomingos
    • Optimize Images v1.2 comes with new features and it’s finally available on PyPI

      The new release of my image optimization command-line utility is out. It has a couple of cool new features and, for the first time, it is now available on PyPI, which means you can just pip install it as any other Python package. It is a command-line tool but also works on iOS inside Pythonista. I use it together with Pelican in my workflow to blog from iOS.

      Check it out!

      https://no-title.victordomingos.com/articles/2018/optimize-images_v1_2_available_on_pypi/index.html?s=omz

      posted in Pythonista
      victordomingos
      victordomingos
    • Using test.pypi.org in Pythonista/StaSh

      Hi. I am preparing to release a new package on PyPI and would like to test it also on iOS, while experimenting with Test PyPI. In desktop, I am using pip install --index-url https://test.pypi.org/simple/ PACKAGE-NAME.

      Is it possible to specify the URL for Test PyPI in the StaSh version of pip?

      posted in Pythonista
      victordomingos
      victordomingos