James Addison
James Addison
Nitpick: prefer relative include paths in glimp_dlopen.cpp.m4 over adding the base directory to the include path. (discovered during some local rebuilds - in particular, after removing the `OggVorbis` sources from...
Pulls in [upstream commit](https://github.com/dhewm/dhewm3/commits/master?before=477252308d1ea8660e2d040902d58a599122047f+35&branch=master&qualified_name=refs%2Fheads%2Fmaster) 279a40a981594b77aa57e44615c640a71f5ca101 (and then adds a couple of codebase-specific fixes).
Debian's 'Salsa' continuous integration build infrastructure cross-compiles packages by default for ARM64 -- and while packaging `quadrilateralcowboy` for Debian, one of those cross-compilation jobs failed due to an unknown CPU...
[SubResource Integrity](https://www.w3.org/TR/2016/REC-SRI-20160623/) (acronym SRI) is a W3C recommendation that provides web publishers with a way to add the hash checksums of content referenced from their HTML pages, by adding an...
Miscellaneous small scraper adjustments/fixups from `v15` that I think may be worthwhile to apply to the current mainline / `v14` series. This should also make the comparison diff between the...
- [x] Remove the dependency on the `responses` test library - [x] Remove the dependency on `requests` - [x] Networking code isolation Developer notes: * GitHub CI workflows are modified...
I think it's time to start preparing for a v15 release based on the development branch (#746). So far there has been one release candidate, [`15.0.0-rc1`](https://github.com/hhursev/recipe-scrapers/releases/tag/15.0.0-rc1). The most significant change...
Adds a sense-checking step to ensure that the API URL returned in the MarleySpoon script elements refers to a second-level-domain containing `marleyspoon`. As far as I know, there's currently no...
Add some deprecation warnings about usage of the `**options` keyword arguments (currently used for: `timeout=`, `proxies=`) to the `v14` (current mainline) branch. Relates to #1022.
There are a few places where we might be able to spruce up and improve the developer experience at the moment. Faster, more consistent, fewer configuration points, more straightforward workflows...