Henry Schreiner
Henry Schreiner
A simi-dependency, virtualenv, uses Trusted Publisher releases: https://github.com/pypa/virtualenv/blob/main/.github/workflows/release.yml
Any plans here? Did it just need to be built in release mode? Windows ARM is another platform cibuildwheel supports. I also have a Windows ARM dev box that I'd...
FYI, I need the mypy bump in this for the pyproject-metadata work.
Rebased now that #828 is in.
Added `orjson` which is supposed to make mypy 1.13 25% faster.
Interesting, pypy3.8 reported `Fatal Python error: Segmentation fault`. pypy3.8 and pypy3.9 have passed EoL, so might be best to drop them if they are flaky.
@LecrisUT, you need to sign the CLA, see above.
Is there anything else I need to do?
For `std::vec`, you can do `vec.iter().enumerate().map(|(i, v)| ...)`, which is conceptually the same as `grid.indexed_iter.map(|ind, v| ...)`. In the docs for `enumerate`, it says "if you need a custom type,...
Five years later and the 'local' tag hasn't gone anywhere. There's another impact of this that has hurt several backends: this is wrong if the linux tag isn't "higher" priority...