Joe Rickerby

Results 376 comments of Joe Rickerby

keyevent processing in svelte looks like- https://svelte.dev/repl/162005fa12cc4feb9f668e09260595a7?version=3.24.1 It would probably be a good idea to use the browser 'focus' system to track the selected row. I suppose the event handler...

Also, I agree with @asmeurer's description of UX behaviour.

Thanks for chiming in. I'm curious if reducing the profiling interval would be a solution for your use case, or if you really need millisecond accuracy. The issue I see...

Compress, maybe, but we'd still have the issue when analysing. What would you consider unnecessary data?

Worth noting that since the last work on this by @ShadowJonathan we now support podman via the [CIBW_CONTAINER_ENGINE](https://cibuildwheel.readthedocs.io/en/stable/options/#container-engine) option, which might make things easier.

At this point, I do wonder if we were to change to a mount-or-copy model, some users might see weird build errors from old build artifacts lying around. Because before,...

I think this is a good idea for an option. off the top of my head, `CIBW_CONTINUE_ON_FAILURE: false|true|` makes sense. Definitely agree that we should return a failure exit code...

> The question is if treated differently, fail in the test and fail in the build process. I think for simplicity, we shouldn't treat these differently, wheels that fail the...

> > wheels that fail the testing phase should not be copied to output > > The OP was specifically asking to be able to download wheels that fail tests,...

i would like to fix this, but `' '.join(cmd)` would be imprecise wrt whitespace in the command. If somebody knows of a nicer version of shlex.quote that we can use,...