Jack O'Connor

Results 6 issues of Jack O'Connor

### Feature description Make further use of the `config.public.siteUrl` across the website. In conjunction with setting `SITE_URL` environment variable this allows for developers to navigate around the website using the...

feature

# Description `npm run generate` needs either an Airtable API key or else content to be mocked (as happens when running `npm run dev`) in order to work. The airtable...

# Description Update zipfile library and related tests to 3.13.5. ## New TODOs - Skipped some new tests due to shift_jis encoding not being supported - `test_write_filtered_python_package` marked as `expectedFailure`...

Relates #6093 ## Time improvements **rust-timsort** (Timing from Linux laptop - I didn't repeat this experiment on my Mac as it is 16 mins long) ```sh ✦ ❯ time cargo...

[WIP/Draft PR](https://github.com/RustPython/RustPython/pull/6096) ## Summary Replace the [single usage of rust-timsort](https://github.com/RustPython/RustPython/blob/a9a9e3bf118f6c631ef99fe7174215254f846097/vm/src/builtins/list.rs#L525-L528) with a more performant sorting algorithm. Either Rust's default sorting algorithm or a crate like [glidesort](https://crates.io/crates/glidesort) which has positive benchmarks...

RFC

#5685 I want to check tests via CI. I have a subset of test_float failing for the fr_FR locale only (I've reinstalled the locale on my laptop and I am...