Results 469 comments of Malcolm Smith

As well as (or maybe instead of) creating a new option, how about including the list in the `--help` output? For example: * `briefcase run --help` would include a list...

I agree with all of that, except I think it makes sense to keep the instruction to send Ctrl-C for Android and iOS, because: * In those cases Ctrl-C is...

Yes, I think closing the app within the emulator is the most analogous action to closing the app window on desktop. Or you might be working on multiple apps on...

> I've occasionally noticed that an extra \n was necessary to satisfy the tests when the Wait Bar output was included Can you point at some examples?

We could support Android permissions and various other customizations by adding a `manifest_extra_content` option in the pyproject.toml file, similar to `build_gradle_extra_content` which was added in https://github.com/beeware/briefcase-android-gradle-template/pull/57. However, this would be...

The documentation is seriously incomplete in this area. All it currently says about Python subclasses of .NET base classes is [here](https://pythonnet.github.io/pythonnet/python.html#using-generics): > Managed classes can also be subclassed in Python,...

When making a Python subclass of a C# base class, you must include a `__namespace__` attribute. For example, see https://github.com/pythonnet/pythonnet/issues/567#issuecomment-341960560.

Briefcase does not yet support running apps on a physical iOS device. There's a workaround in #860, but if you want to add custom frameworks then that's probably out of...

> Fallback to an uninstall and install workflow or at least provide better information to the user about what's wrong. I think the message is already clear enough, but falling...