Joe Rickerby

Results 376 comments of Joe Rickerby

Thanks for this henryiii! I think both are a good idea - removing the direct `uv` usage and adding a test for an alternate backend. Do we understand why the...

sure thing. I think we could have the option of retaining the original program string using a token like `{program}`. e.g. `pyinstrument --target-description 'abcd31 by Joe - {program}' myscript.py` Send...

We just matched the casing from `platform.machine()` as I remember. But admittedly, errors like the above are not very user-friendly. Especially when the only difference between the windows `ARM64` and...

I'd like to add a +1 to this. Of course, it would be a very bad idea to do this in production settings (so it should come with some warnings),...

See https://github.com/pypa/cibuildwheel/issues/1130 for previous discussion on this.

It's a question of additional complexity - is it going to be worth carrying that functionality forward forever. It's also only really possible on linux, the other platforms don't have...