Imani Pelton

Results 15 issues of Imani Pelton

Upon opening the Arcane Terminal, like any other AE2 terminal, there's a brief lag on the first open where all the slots are grey as the terminal (I assume?) scans...

Currently, if I want to pipe something into stdin for a command, with most bash-based shells, I can run: ``` foo < bar.txt ``` and this gets the job done...

I think the METADATA files distributed with `attrs` versions 23.2.0 and 24.2.0 specify a `Metadata-Version` that is too low for the keys they contain. According to [the METADATA specification](https://packaging.python.org/en/latest/specifications/core-metadata/#license-expression), the...

Currently, spread assumes that the default shell is Bourne-like (perhaps specifically bash?) and runs adhoc scripts with whatever that default shell currently is. I recently changed my default shell from...

Improves/fixes a number of flaky tests. I recommend reviewing per-commit. The integration store tests are currently broken and seem to need store-side fixes, so they will be left out of...

PR: Run Manual Spread

--- - [ ] I've followed the [contribution guidelines](https://github.com/canonical/snapcraft/blob/main/CONTRIBUTING.md). - [ ] I've signed the [CLA](http://www.ubuntu.com/legal/contributors/). - [ ] I've successfully run `make lint && make test`. - [ ]...

### Check existing issues - [x] I've verified that this request isn't described by any existing issues. ### Request Currently, it is a bit opaque which package versions one will...

Type: Documentation

- [x] Have you followed the [guidelines for contributing](https://github.com/canonical/snapcraft/blob/main/CONTRIBUTING.md)? - [x] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)? - [x] Have you successfully run `make lint`? - [ ] Have you successfully...

### Bug Description The following (valid) form of a platform no longer works: ```yaml platforms: p: - build-on: [amd64] build-for: amd64 ``` It also gives an incredibly unhelpful error message...

Status: Triaged

### What needs to get done Craft Parts' documentation talks about the need for `uv-deps` or some other provisioning method for uv itself before building a part with it: https://canonical-craft-parts.readthedocs-hosted.com/latest/common/craft-parts/reference/plugins/uv_plugin/#dependencies...

Status: Triaged
Type: Documentation