Joshua Olson

Results 13 comments of Joshua Olson

That'd be great. Yeah, I tried the UI builder in iOS and it kinda sorta worked, but the drag and drop tutorial I couldn't get to work at all in...

Hmm, interesting. I'm on Mac OS Monterey, so I wonder if support for these old files is being dropped bit by bit. > On Feb 14, 2022, at 3:10 PM,...

As far as decompressing the file I just used the Unarchiver to extract it. But I do notice that in Monterey things like `GetFileInfo` are now deprecated. And in `hdiutil`...

Interesting. Ok, well that's good to know that it's something with my setup. I'll update this if I figure anything out.

It's there. ``` $: xattr Balls\! com.apple.FinderInfo com.apple.ResourceFork com.apple.quarantine ```

I just saw this message in the docs, but in 2021 this does not feel reasonable to me anymore. Unicode should have 1st class support everywhere nowadays. Almost anyone using...

That said I'm glad there's a workaround for the moment, but I still find it hard to believe such a key piece of the python ecosystem doesn't fully support unicode...

I can understand and empathize with that, but at the same the scorched earth "Lasciate ogne speranza, voi ch'intrate " (abandon hope all ye who enter here) message feels inappropriate....

Also I put the option in my `pyproject.toml` file as ``` [tool.pytest] disable_test_id_escaping_and_forfeit_all_rights_to_community_support = true ``` and ``` [tool.pytest.ini_options] disable_test_id_escaping_and_forfeit_all_rights_to_community_support = true ``` And a `pytest.ini` file as ``` [pytest]...