Henry Schreiner

Results 393 issues of Henry Schreiner

In Python 3.6, a Protocol was added (`os.PathLike`), which specifies that any object that provides `__fspath__()` represents a path; this includes `pathlib`, `importlib.resources.files` (Python 3.8+), and various third party libraries....

Enhancement

I'm seeing this warning sometimes (output seems to be hidden unless the install fails): ``` npm WARN install Usage of the `--dev` option is deprecated. Use `--include=dev` instead. ``` Which...

javascript
cleanup

#### What's the problem this feature will solve? Improve support for `pipx run`. Currently, you have to use `--spec` to to use pipx run, because pip-tools does not contain an...

enhancement
cli

### Description This moves (as mentioned elsewhere) and hardens the pytest config. I expect to probably have to filter or fix warnings, so I don't really expect this to immediately...

The following markdown works fine in a markdown cell, centering the equation: ```md The math is centered: $$x$$ ``` But, when placed inside a markdown display method it becomes left...

The workflow should be tested in the PR due to #1210. :)

Currently, stdout is captured and placed in the error. But stderr is not, so it's displayed inline. `CalledProcessError` does support stderr too, so should we do the same thing with...

Addresses #1087 by adding a `--build` arg. FYI, I use CIBW_BUILD to find cibuildwheel projects, but I _hope_ this will only be used locally. :)

In the future, would it make sense to support macOS universal2 wheel fusion, like [multibuild does](https://github.com/matthew-brett/multibuild/pull/383)? Either automatically when all three arches are chosen, for example? Or maybe just provide...

See https://github.com/pypa/manylinux/pull/1225 - all muslllinux wheels are broken on Alpine 3.14; the version of Python used in Alpine 3.14 uses the wrong binary names inside the wheels (ending in `-musl`...