Results 131 issues of James Addison

Backports the fix for GHSA-4grg-w6v8-c28g from `flask` to `quart`.

GitHub has recently launched a feature to allow immutable releases; I think this could be helpful in cases where people want some level of assurance that they can fix and...

#### What's the problem this feature will solve? It can be useful to replicate the `pip-compile` environment previously used to autogenerate a `requirements.txt` file. In particular: re-using the same version...

The `Immutable releases` feature recently [reached general availability](https://github.blog/changelog/2025-10-28-immutable-releases-are-now-generally-available/) on GitHub; please could you consider enabling it for releases of this acion? Thank you!

enhancement

### What Addresses [an observation I'd reported](https://github.com/openfoodfacts/openfoodfacts-server/pull/12457#pullrequestreview-3435756033) in #12457, noting that although an `en-AU` Google taxonomy source file exists, it unexpectedly isn't yet in use when fetching that file for...

🧬 Taxonomies

...so that it can later be accessed during image export: https://github.com/tyrasd/overpass-turbo/blob/eb5d0f57d82d1a469d14dd4351aead200615a3f3/js/ide.ts#L2275 May resolve #791.

### Setup - SMW version: 6.0.1 - SDU version: 4.0.0 - MW version: 1.39.1 (Canasta v1.3.0) - PHP version: 7.4.33 - DB system (MySQL, Blazegraph, etc.) and version: MySQL 8.0.43...

question
enhancement

### Describe the bug ## Purpose Recently the [`test_numfig_disabled_warn` test case](https://github.com/sphinx-doc/sphinx/blob/45e1ae646cd89fc0e7a6b1187c22d9a4964f75fa/tests/test_builders/test_build_html_numfig.py#L21-L28) has been flaky; although some of the intermittent failures have been noted for `docutils` `HEAD`, I've also noticed it...

type:bug

### Describe the bug Unit tests should not rely upon being run in any particular order; ideally they should test behaviours of the underlying code whether they run in the...

type:bug
domains:cpp
type:tests

Recipe URL with the issue: - https://foodism.co.uk/recipes/andy-oliver-stir-fried-hispi-cabbage-crispy-pork/ Which data is not being scraped correctly? (e.g. ingredients, instructions, etc): ingredients ``` >>> from recipe_scrapers import scrape_html >>> html = open('andy-oliver-stir-friend-hispi-cabbage-with-oyster-mushrooms-and-crispy-pork-recipe.html').read() >>>...

bug