Henry Schreiner

Results 2521 comments of Henry Schreiner

Was this fixed by https://github.com/pybind/pybind11/pull/4401 ?

Pip on homebrew for CPython 3.10 and 3.11 is busted for isolated source builds. [Fixed in Pip](https://github.com/pypa/pip/pull/11598), but not yet released. This is true for _anything_ you require when building...

FYI, this would have been useful to ignore `uv` for `hatch` in conda-forge.

(Next Ruff release will fix a couple of false positives, waiting on that)

Can't this forward the TTY info? At least when streaming is supported, but it seems like it might make sense to do it correctly now? Scikit-build-core is careful to produce...

IMO, `uv pip install .` and `uv pip install -e .` could be treated specially - you usually want the output for those. Not sure if that would help, and...

It was part of #14, which cleaned up several things, based on pytest docs & examples. It might have been because there was an issue getting the correct line number...

Wheels can not have any logic in them. They simply are unzipped to the correct directories. And what are the chances the system will have _exactly_ the same version of...

The `pkgconfig` module is not a PyPI copy of `pkg-config`, it's a wrapper around a command, just like `scikit-build-core` is a wrapper around the `cmake` command providing a custom Python...

I catalog changes in cmake on this page: https://cliutils.gitlab.io/modern-cmake/chapters/intro/newcmake.html And the versions available on various systems on this page: https://cliutils.gitlab.io/modern-cmake/chapters/intro/installing.html And there are massive, huge changes in each version. 3.28...