Russell Martin

Results 103 issues of Russell Martin

**Changes** - Add support for `torrents/export` - Implement new `transfer/setSpeedLimitsMode` in place of existing `transfer/toggleSpeedLimitsMode` TODO: - Update tests to run against v4.5.0 - Confirm Web API Version...they've been bumping...

## Issue If a user specifies a local file without execute permissions as a `linuxdeploy` plugin, `linuxdeploy` will [ignore the plugin](https://github.com/linuxdeploy/linuxdeploy/blob/9fb2ac35d25316095a04500760a77df0e8f3b7f4/src/plugin/plugin.cpp#L77). `linuxdeploy` Log Excerpt ``` DEBUG: Searching for plugins in...

Changes - Decouple AppImage and Docker somewhat - As part of trying to ensure `docker.prepare()` had already been run to build the Docker image when needed, I ultimately refactored much...

This originated from and is made significantly worse by: - #809 However, all Python versions are affected by the aspect described here. **Describe the bug** `CMD.exe` emits a `Terminate batch...

bug

**Is your feature request related to a problem? Please describe.** When using Docker, only the `briefcase create` command supports creating the image to create containers to run commands. If this...

enhancement
up-for-grabs
linux

**Changes** - Add support for `torrents/export` - Implement new `transfer/setSpeedLimitsMode` in place of existing `transfer/toggleSpeedLimitsMode` **TODO:** - Update tests to run against v4.5.0 - Confirm Web API Version...they've been bumping...

As discussed in #914, this is a less intrusive approach to provide more information when the user interrupts the process to start the Android emulator. ## PR Checklist: - [x]...

Catches `KeyboardInterrupt` in ``briefcase run`` for iOS simulator, macOS, and Android emulator so Briefcase will exit normally for CTRL-C. Fixes #904. Requires #923 so CI can run. ## PR Checklist:...

**Describe the bug** Windows will redirect interaction with `%LOCALAPPDATA%` when Python is installed from the Windows Store. This means that the `briefcase` data directory will be created at somewhere like...

bug
up-for-grabs
windows

## Scope Add support to code sign the executable and installer for Windows apps using a user-specified certificate. ## Out of scope - Additional signed artifacts - Signing additional arbitrary...