Alex Lowe

Results 37 issues of Alex Lowe

This is based on #156 and #224, but I can't reopen those. In #156 this was marked as a priority but Python 2.7 support was listed as a blocker. As...

help wanted
type: feature request
priority: p3

It would be really nice if, like `ignore`, we could select specific issues to turn into warnings rather than errors. That is, it would still output a warning to `stdout`,...

configuration
core

### Is your feature request related to a problem? Please describe. While adding a new packaging format to an app or investigating a packaging specific bug, it's often necessary to...

enhancement
pro

https://github.com/ecordell/pymacaroons

yamllint would be a great tool to release with snap. I'd be happy to build the snap file (in fact [I already have](https://github.com/lengau/yamllint-snap) 🙂 ), register the name, etc. If...

# Rule request ## Description Detect use of the `@pytest.mark.xfail` decorator and ensure it explicitly sets a `strict=True` or `strict=False` rather than allowing silent (and possibly accidental) use of the...

enhancement

### Bug Description On core24, $SNAPCRAFT_PROJECT_VERSION and $SNAPCRAFT_PROJECT_NAME are not replaced in parts. ### To Reproduce Build the core24 snap at https://github.com/lengau/hello-snapcraftio Compare to the (working) core22 snap. ### Environment...

Bug

### What needs to get done This requires https://github.com/canonical/craft-application/issues/274 Remote build should accept a user-provided project name. The project name will be selected as follows: 1. `--launchpad-project=` in the command...

Enhancement

### What needs to get done In the craft-application branch, `_resolve_project_path` should error more cleanly if we can't find `snapcraft.yaml`, alerting the user with a nice error message that links...

enhancement

### Bug Description Running remote build on a core22 snap resets the spinner every 30 seconds ### To Reproduce 1. `git clone https://github.com/lengau/ruff-snap` 2. `snapcraft remote-build` ### Environment Remote build...

bug