Results 99 issues of Malcolm Smith

### What is the problem or limitation you are having? The code contains a lot of messages like this: https://github.com/beeware/briefcase/blob/9bbd110f1321be189b7a6c55102942b3e5509ea9/src/briefcase/integrations/java.py#L117-L136 This has several problems: * It completely messes up the...

enhancement
good first issue

### What is the problem or limitation you are having? The pyproject.toml file still lists Briefcase as `Development Status :: 4 - Beta`. We should change this to Stable. We've...

enhancement

We're currently discussing using Briefcase as a backend for the [conda constructor](https://github.com/conda/constructor) tool. To do this would require several new features, but the following two are closely connected: * Custom...

enhancement

### Describe the bug There's a sidebar that says "Archive", but there's nothing shown underneath it. ### Steps to reproduce In the header bar, click News > more articles, which...

bug

### Checklist - [x] I added a descriptive title - [x] I searched open requests and couldn't find a duplicate ### What is the idea? This issue is a summary...

type::feature

### Checklist - [x] I added a descriptive title - [x] I searched open reports and couldn't find a duplicate ### What happened? The Miniconda3 py313_25.7.0-2 installer includes the following...

type::bug

### Checklist - [x] I added a descriptive title - [x] I searched open requests and couldn't find a duplicate ### What is the idea? Constructor's install and uninstall scripts...

type::feature

### Checklist - [x] I added a descriptive title - [x] I searched open requests and couldn't find a duplicate ### What is the idea? This was first mentioned in...

type::feature

The easiest way to make sure the code stays compliant with black and flake8 is to give the repository a [pre-commit](https://pre-commit.com/) configuration, so the checks will be run before every...