Results 469 comments of Malcolm Smith

The `Terminate batch job` message still sometimes appears, but it normally doesn't stop Briefcase from exiting after the first Ctrl-C. With the current HEAD (d0136382b) Python 3.8, and the cmd...

Thanks, your changes all look good. > using a single log instance, and passing that through the calls, rather than capturing the log after it has been re-created. Agreed, and...

> `sdk_manager` isn't especially fast, so once you've run `sdk_manager --list_packages`, it would be desirable to keep that cache for later use. This specific example no longer applies now that...

> Oh, my apologies; that last recent commit was only intended as a merge commit from `main`. (And to that end, I'm experimenting with strategies other than rebase/force-push for catching...

> It may also be worth moving `cookiecutter`, `requests`, `os`, `sys`, `stdlib_platform` and `shutils` into ToolsCache() as tools that exist without needing verification. [...] One additional argument in favour of...

Thanks, for some reason I didn't realize the project had been renamed. I mixed up the two names in my original report: I was actually working around it by using...

> the easiest possible way out is to consider the PATH variable immutable and spawn a new daemon if there is no suitable existing daemon with the same PATH Yes,...

Because the assertion is in an inline function in a header file, it affects any module which is built in debug mode, regardless of how Python itself was built. I...

As well as `setup_requires`, this also affects `pyproject.toml`. `pip download --no-deps` will download and install anything listed in there. You can stop this by passing `--no-build-isolation`, but that shouldn't be...

> macOS is the only platform that performs signing at present Signing support should also be added for Android. This isn't necessary for *running* an app, because Gradle will just...