Hannah Brooke
Hannah Brooke
> @darrenrhs @andythenorth I doubt that is the issue, as you can completely get rid of that alert before even running it by running `xattr -c /Applications/OpenTTD.app` or if you...
https://github.com/purduesigbots/pros-cli/blob/779d0b5bbf393b2090a64db6cb5b1a94da6a972b/pros/serial/devices/vex/v5_device.py#L605 not sure why we've explicitly decided on ascii here
on a related note, this should also probably specify `encoding='utf8'` (and possibly in other places too): https://github.com/purduesigbots/pros-cli/blob/779d0b5bbf393b2090a64db6cb5b1a94da6a972b/pros/common/ui/__init__.py#L169
Probably the easiest way to do this would be to add an `allow_online` switch to `create_project` (à la `query`) and pass that down to the call to `resolve_templates`
Uh. Can you check what locale is set?
Ah, I assumed you were just using the default terminal app.
Sorry, I really have no clue what's going on here.
Do you mind elaborating on what you had in mind?
Any chance you can try 1. in a regular (Terminal.app etc.) terminal? 2. with the debug flag enabled, so we can get a stack trace?