Results 131 issues of James Addison

Opportunistic cleanup from grepping around for low-hanging fruit `TODO` notes. Since Python 3.3, [`select.error` is an alias for `OSError`](https://docs.python.org/3.5/library/select.html#select.error), and `gunicorn` currently [requires Python >= 3.5](https://github.com/benoitc/gunicorn/blob/027f04b4b4aee4f50b980a7158add0feaf4c1b29/setup.py#L105).

This pull request includes a - [x] Bug fix - [ ] New feature - [ ] Translation The following changes were made - During `unselect` events, retrieve the HTML...

@Nate-Wessel @mjjbell I was taking a bit of a look at #6180 and the related test coverage question in the hope that it might be a quick fix / improvement....

- [ ] Ensure changelog is populated prior to release - [x] Ensure release commit is tagged and that an associated release is packaged (solved via #111) - [x] Ensure...

Having recently taken on a full-time employment role (that I'm enjoying), there's a bit less maintainer time available for `grocy-docker` at the moment, meaning less time to discuss inbound issues,...

Currently both the [`backend`](https://github.com/grocy/grocy-docker/blob/22d6fa0c946aa5658d4305b3061919190557baeb/Containerfile-backend) and [`frontend`](https://github.com/grocy/grocy-docker/blob/22d6fa0c946aa5658d4305b3061919190557baeb/Containerfile-frontend) containers are each built from single-architecture Alpine Linux system images. Some build-time dependencies (for example, package managers) are required from the system image in...

It'd be great to allow users to automatically provision a hostname and [letsencrypt](https://letsencrypt.org/) certificate by using environment variables and/or build arguments supplied to `docker-compose build`. There are a few projects...

At the moment when cloning grocy application code ([PHP assets](https://github.com/grocy/grocy-docker/blob/ed0951eb993b6d1283bf1dbb550233e0d13c7a8f/Dockerfile-grocy#L60), [web assets](https://github.com/grocy/grocy-docker/blob/ed0951eb993b6d1283bf1dbb550233e0d13c7a8f/Dockerfile-grocy-nginx#L49)) into `grocy-docker` containers, extraction runs under the `www-data` and `nginx` user accounts respectively. This means that the files...

Is it possible to use `anchore/scan-action` (v3) to scan unpublished images that have been built by `buildah` during a GitHub Actions workflow? (I experimentally attempted to do this in grocy/grocy-docker#173...

question

## Description Please note: this is very low priority modification! - A [`yamllint`](https://github.com/adrienverge/yamllint) configuration is added to the base directory, intended for use with the `manifests` directory. - Two rule...

docs-not-required
release-note-not-required