Ole Zorn

Results 45 comments of Ole Zorn

Good point! I guess, being able to overwrite stdout across script launches could be seen as a feature (for customizing Pythonista's output), but in most cases, it would probably make...

This is a good idea. `dialogs.pick_document()` doesn't work for giving access to a directory because the file picker is shown in "import" mode. I'll consider adding a variant for getting...

@jbellanca I see what you mean. The processed image is black for me as well (even in beta) and I need to set `ImageFile.LOAD_TRUNCATED_IMAGES` to make it work at all....

It seems to have something to do with the handling of incomplete(?) jpeg files in Pillow. I haven't looked into it very much, but here's at least a workaround you...

You can setup global modifications to sys.path in `pythonista_startup.py` in Pythonista 3 or using the "Startup" setting in Lab.