-
userista
Bug: when running a script via the url scheme (
pythonista3://
) it ignores the default interpreter setting and runs the script as 3.5. It also ignores the shebang -#!python2
-
userista
@omz @Webmaster4o +1 for line numbers (and/or wrap glyphs) pleeeease
-
userista
@LERS yep I have one - it's a regular WebDav server so using something like https://github.com/amnong/easywebdav would allow you to interact with it.
-
userista
Great idea! Though I actually would prefer a Slack channel instead of IRC - that way we can have a history (without needing to set up bouncers etc.). Also Slack is much more noob friendly - just signup and go - so it's more conducive for growing a community.
-
-
userista
Hmmmm - that's odd. Workflow is able to open a URL from its app extension.
-
userista
I'm not sure if this is expected behavior but
webbrowser.open
returns false and doesn't open the URL in the app extension (via console and via script). -
userista
@JonB Pythonista could open Safari VC (using objc) but I still don't think it would be able to get the contents of the webpage (after it was loaded) without @omz adding the functionality to Pythonista (like I mentioned in a prior comment). It seems like Pythonista would have to register a JavaScript file that would be injected into the webpage.