James Addison
James Addison
Resolves #126. (reopens #127, but from a repository within the `openculinary` organization on GitHub, since this fixup is intended for use there)
It seems like `-LICENSE.txt` is a not-totally-uncommon format for license filenames; for example: `MIT-LICENSE.txt` or `GPL-LICENSE.txt`. Perhaps it'd be possible to adjust the filename matching to permit finding more license...
Would it make sense to add `nickname: Expat` (where `Expat` is _not_ an SPDX identifier) to the MIT License metadata in this repository?
This pull request includes - [x] Bug fix The following changes were made - Add a unit test case intended to cover behaviour initially reported in #3882. - Ensure that...
This pull request includes a - [x] Bug fix The following changes were made - Adds the [`jquery-mockjax`](https://github.com/jakerella/jquery-mockjax/) plugin as a vendored integration test dependency. - Provides integration test coverage...
This pull request includes a - [x] Bug fix - [ ] New feature - [ ] Translation The following changes were made - Remove locally-cached HTML `` elements from...
This bug report may be low on details while I'm collecting them - I'll provide more information as I learn more about the problem. While compiling [`halide` v14.0.0](https://github.com/halide/Halide/releases/tag/v14.0.0) from source...
Resolves two B036 errors reported by recent versions of the `flake8-bugbear` plugin for `flake8`. - Ignores one error report in case 1-of-2 where the exception is intentionally not re-raised. -...
Recent versions of [`flake8-bugbear`](https://github.com/PyCQA/flake8-bugbear) have added an error class of `B036`: > **B036**: Found `except BaseException:` without re-raising (no `raise` in the top-level of the `except` block). This catches all...
- fixes #1806 Checklist: - [x] Add tests that demonstrate the correct behavior of the change. Tests should fail without the change. - [ ] ~~Add or update relevant docs,...