Henry Schreiner

Results 2521 comments of Henry Schreiner

How would you propose using a generator expression? You can't run a configure-time function based on a generator expression. I need to check to see if generator expressions can be...

What it is now is fine then unless you specifically would like to have an old Intel runner job too, but they will probably go away at some point.

It's a bit (lot) more important for a package that deals with binaries. pipx doesn't, really.

I'll try to look at it by Tuesday, ping me if I forget! Didn't see anything really glaring yet.

I think there should be separation between `--installer` (uv or pip) and `--venv-backend` (venv, virtualenv, uv). I also like having a `uv|pip` option, which means use `uv` if available, fall...

Quick update: Mike just submitted an NSF proposal that would work on fitting packages, and DecayLanguage (as a AmpGen parser) is included in that proposed work. If funded, it would...

If you are using anaconda, why are you not using the conda build of `cmake`? The actual error is probably above or below the part you pasted.

Hi, I'm not sure why I said that. I think I was going to say spiritual successor, but SimpleGUI was not even the package I was thinking of. EasyGUI was...

Either: ```toml [tool.cibuildwheel.macos] before-build = "..." ``` Or: ```toml [tool.cibuildwheel] macos.before-build = "..." ``` (Just two ways of writing the same thing in TOML). With the newer overrides system, you...

Okay, we already have some mention of https://cibuildwheel.readthedocs.io/en/stable/options/#configuration-file. Do you have something in mind?