MusicalNinjaDad
MusicalNinjaDad
Hi, I don't think so as this was regarding work I was doing on a fork of pyo3, not a downstream project. I've just rechecked and the can reproduce on...
Would setting `VSCMD_ARG_TGT_ARCH` be a (potential) problem? I'd imagine that it would help any systems that use `distutils.get_platform()` at the possible cost of making other issues more likely, which currently...
Hi @dlech, I think I have a fix in place for this. Would you be able to point your build(*) to the relevant fork https://github.com/MusicalNinjaDad/cibuildwheel/tree/MusicalNinjaDad/issue1861 and confirm if it works...
Failing check on azure pipelines - linux caused by a timeout waiting to download docker image: `docker: Error response from daemon: Get "[https://quay.io/v2/"](https://quay.io/v2/%22): net/http: request canceled (Client.Timeout exceeded while awaiting...
@henryiii - I'd welcome your feedback on this suggestion please.
I think this is done now (?) - I've updated the tests to expect the FatalError and can't think of anything else to do in the main code
@mayeut , @henryiii - does this look like the right sort of approach for splitting out utils? I've detailed my thought patterns in the description and would welcome your insights.
> This could also be done as `utils.py` and `fileutils.py`, rather than nested. I like nested, but `utils/misc.py` seems even worse than utils.py! :D The goal would be that `utils/misc.py`...
@joerick , I agree this is very much a style question and not a must-do. As a new contributor I personally found that `utils.py` came across as a jumble of...
I'd be happy to collaborate on this if it is something considered worth doing ... (please at-tag me to get my attention ;))