Joe Rickerby

Results 376 comments of Joe Rickerby

I've pushed a change to make the option read properly through `options.py`, and it removes some hardcoding of pyodide-build and emscripten - pyodide-build is already spec'd in dependency-version constraints, and...

Added docs and tests. Ideas welcome for a way to test pyodide-version itself! Ideally we'd assert that the package is built with the specific version. That said I'm happy enough...

> pyodide-build has a strict requirement on the Python version being used Ah, interesting. I didn't know that! This isn't too tricky, I think. The way I'd suggest to approach...

Thanks for the responses @hoodmane and Pyodide folks! So I think the next thing to do would be to remove the implicit reliance on the host Python version, perhaps with...

> * so, would the idea be that we'll download a Python binary from [python-build-standalone](https://gregoryszorc.com/docs/python-build-standalone/main/) in `cibuildwheel/platforms/pyodide.py`, install it, install `pyodide-build` in a virtualenv with it as the creator (similar...

Unfortunately, the python-build-standalone issue with symlinks appears to be cropping up again, this time inside the `pyodide venv` used for testing. ``` Testing wheel... + pyodide venv /private/var/folders/ld/k24nt7054698bctspqwrjq1r0000gn/T/cibw-run-7aphwbz2/cp312-pyodide_wasm32/venv-test Creating Pyodide...

I had a play with your proposed workaround here, @hoodmane - it kinda worked, but I had to do a couple extra things - the `python3.12-host` binary also needed updating...

Can I ask what device are you using to scroll? A trackpad with two-finger gesture perhaps?

Travis builds on ppc64le and s390x seem to be having a rough day. I was researching this today and I also discovered that the Oregon State University offer a couple...

Yep. All good points. I'd like a system such as this too. On the design, here's whats top of mind for me: - Do we want to reuse the syntax...