Elliot Ford

Results 20 issues of Elliot Ford

Hi, I think this is a typo - thought I'd open a PR to fix it if so. Another option would be to write `user` instead of `read`/`reader` since the...

Hi, I noticed a broken link to rfc2988 in the [timeout section of the docs](https://requests.readthedocs.io/en/latest/user/advanced/#timeouts) and thought I would fix it. While doing that, I thought I would run the...

possiblity -> possibility

# Description Hi, Would you consider releasing wheels for seqeval on Pypi as well as sdist releases? Travis only uploads a source distribution ('sdist') by default to Pypi (see here:...

* cattrs version: 23.2.3 * Python version: Python 3.9.16 * Operating System: macOS Ventura 13.5.2 (22G91) ### Description I want to ultimately serialize an Enum (anywhere it appears in dataclasses)...

enhancement

comparing the ['URL_REGEX explanation comment'](https://github.com/PyCQA/docformatter/blob/504107bdc4618f83a3378faac610e02cd62ef5f9/src/docformatter/syntax.py#L118): ```python # (__ |`{{2}}|`\w[\w. :\n]*|\.\. _?[\w. :]+|')? is used to find in-line links that ``` to the [actual first line of the regex](https://github.com/PyCQA/docformatter/blob/504107bdc4618f83a3378faac610e02cd62ef5f9/src/docformatter/syntax.py#L149C1-L149C58): ```python rf"(__...

P: enhancement
C: style
U: low

Closes #43 The relevant MyST extension was not previously enabled as required. As mentioned in #43, I've tested this locally by building the docs without this change, and then making...

Hi, I was just reading the [docs on Rich Tab labels](https://sphinx-inline-tabs.readthedocs.io/), which currently looks like this: ![Screenshot 2024-02-02 at 10 37 47](https://github.com/pradyunsg/sphinx-inline-tabs/assets/20516159/cb405052-4a73-44c1-bed1-f013f72388b7) I think the `$2^2$` is meant to be...

Closes #274 Currently, this will only prefer a term if the term norm is a single word contained (as a word) in the ent_match_norm. Change to also prefer it if...