Hugo van Kemenade

Results 240 issues of Hugo van Kemenade

The metadata database contains records for non-existent ebooks. Exists: https://www.gutenberg.org/ebooks/1 Doesn't exist: https://www.gutenberg.org/ebooks/182 Example code: ```python from __future__ import print_function from gutenberg.query import get_metadata def get_all_metadata(etextno): for feature_name in ['author',...

enhancement
help wanted

On our project, when an author creates a PR, they choose how many people to review their PR. It's usually 2 people, but sometimes 1, sometimes up to 6. Rather...

Python 3.10 was released on 2021-10-04: * https://discuss.python.org/t/python-3-10-0-is-now-available/10955 We can also take the opportunity to drop EOL Python 3.5 and upgrade the syntax for 3.6+.

Python 3.10 was released on 2021-10-04: * https://discuss.python.org/t/python-3-10-0-is-now-available/10955 Drop the dot in `pytest`: * https://twitter.com/pytestdotorg/status/753767547866972160 Update min Python 3 version required in `README` to 3.5 to match `setup.py`. Add `python_requires`...

(Includes https://github.com/nvbn/thefuck/pull/1248 to avoid conflicts, the [last commit](e7215062ae65d6ac34e0391404db59bc2b64a8de) here is unique. Happy to rebase or split it out.) Drop support for EOL Python 3.5: | cycle | latest | release...

I've been getting this issue on a few repos lately, and it fails the job. Other jobs in the build pass. For example: ``` Run codecov/codecov-action@v2 ==> macos OS detected...

Testing switching use of v1 of the action and the bash uploader to v2 of the action means C code which was previously reported is now omitted. For example, using...

Have you checked the issues for a similar suggestions? Yes, initially rejected at https://github.com/Textualize/rich/issues/343 but further discussed more favourably at https://github.com/pypa/pip/issues/10909#issuecomment-1125169879. **How would you improve Rich?** If the `FORCE_COLOR` environment...

enhancement
accepted

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Sometimes the JSON response includes a `link` for a release:...

Hacktoberfest
good-first-issue

Whilst making https://github.com/ofek/pypinfo/pull/29 I got this: ``` raise exceptions.from_http_response(response) google.api_core.exceptions.Forbidden: 403 GET https://www.googleapis.com/bigquery/v2/projects/pypinfo-hugovk/queries/?maxResults=0&timeoutMs=10000: Quota exceeded: Your project exceeded quota for free query bytes scanned. For more information, see https://cloud.google.com/bigquery/troubleshooting-errors ```...