James Addison
James Addison
Approximately 25 of the sites we retrieve data from seem to support [`schema.org` `Review` metadata](https://schema.org/Review). We should be able to add support for that field in the [`_schemaorg.py` code](https://github.com/hhursev/recipe-scrapers/blob/2b0a070b419d9dd14f8e0dc79f45f97e1bcf0cb9/recipe_scrapers/_schemaorg.py), to...
**Pre-filing checks** - [x] I have searched for open issues that report the same problem - [x] I have checked that the bug affects the latest version of the library...
This feature could be up for discussion - there are a few factors to consider. Currently, when asking `recipe-scrapers` for the `image` field for a scraped recipe, and when a...
Please check that recipes published on the website you're requesting are public (we can't currently scrape recipes that require an account login), and add sample recipe URL(s) below: - https://gosun.co/blogs/recipes/curried-sweet-potatoes-with-sausages...
Please check that recipes published on the website you're requesting are public (we can't currently scrape recipes that require an account login), and add sample recipe URL(s) below: - https://solarcooking.fandom.com/wiki/Casseroles...
Please check that recipes published on the website you're requesting are public (we can't currently scrape recipes that require an account login), and add sample recipe URL(s) below: - https://www.solarovens.org/barbeque-chicken/...
This dependency pulls in `lxml`, which requires native C compilation at dependency-installation time. This currently prevents the construction of pure-Python `recipe-scrapers` container images.
An issue raised during discussion of #494 - we don't really have a place to put guidance provided by recipe authors that isn't strictly part of the step-by-step recipe instructions....
Discovered while refactoring the [`number_to_words` method](https://github.com/jaraco/inflect/blob/cd7142ff757b40bf93ad0e4389ab62988ee48b88/inflect/__init__.py#L3790-L3938), as part of reducing complexity of the package in #174: Using a custom `comma` argument to `number_to_words` appears to be supported based on the...
## What/Why ### What are you proposing? The [`generate_api.py` utility script](https://github.com/opensearch-project/opensearch-py/blob/db61b5943bdc0582b8f310581470d13e87f7413f/utils/generate_api.py) currently [retrieves](https://github.com/opensearch-project/opensearch-py/blob/db61b5943bdc0582b8f310581470d13e87f7413f/utils/generate_api.py#L432-L434) the latest version of the OpenSearch API spec based on the `main` branch of the [`opensearch-api-specification.git` repository](https://github.com/opensearch-project/opensearch-api-specification/)....