John T. Wodder II

Results 282 issues of John T. Wodder II

When using anyio with asyncio (This works fine with trio), if a subprocess is started with piped stdout and the stdout is closed (either explicitly or via context manager) before...

``` $ uni print 43 42 41 43 CPoint Dec UTF8 HTML Name (Cat) 'A' U+0041 65 41 A LATIN CAPITAL LETT… (Uppercase_Let…) 'B' U+0042 66 42 B LATIN CAPITAL...

Some of the default labels created by `auto` — namely, "major", "minor", and "patch" — happen to have special meaning to [Dependabot](https://docs.github.com/en/code-security/dependabot). Whenever Dependabot creates a pull request for a...

bug

Hi, I'm the author of [`in_place`](https://pypi.org/project/in-place/), which this project uses in `generator.py`, and I'm letting you know that the upcoming v1.0 of `in_place` will bring API changes that will break...

I have an Ansible playbook laid out as follows: ```text ./ ├── hosts ├── library/ │   └── nop.py ├── playbook.yml └── roles/ └── myrole/ └── tasks/ └── main.yml ``` Contents...

bug

I am of the opinion that test code in source files (e.g., in Rust, code in `#[cfg(test)]` blocks) should not count towards a project's LOC, but tokei doesn't seem to...

This PR adds a `paginate_rows()` method to the extension object that behaves like `paginate()`, except its items are `sqlalchemy.Row` instances instead of whatever was the in the first column of...

[It appears that][1] this library is currently unable to query GNU Screen and tmux terminals for their foreground & background colors, but I would like it to be able to...

Consider the following code: ```python from __future__ import annotations from collections.abc import Iterable from packaging.version import Version def best_str(strs: Iterable[str]) -> str | None: return max(strs, key=keyfunc, default=None) def keyfunc(s:...

bug
topic-type-variables
topic-union-types

The `Repository.create_label()` method should support being called without a `color` argument. The GitHub API accepts label creation requests that do not specify a color; the resulting labels are assigned random...