Lilith Orion Hafner

Results 154 comments of Lilith Orion Hafner

Perhaps a documentation solution then? When I opened this issue I had already loosely read/closely skimmed the (mercifully short!) manual cover to cover, but found the benchmarkgroups and judge sections...

Try using the `install_location` keyword argument as in `update_julia(install_location="my/path/for/julia")`

Perhaps this could be a section in doc/src/manual/arrays.md about how to view large arrays in the REPL. I've seen that request come up before.

There are many good ways to view large vectors (e.g. using a text editor or ide as @andrewjradcliffe mentioned). The recommendations in this PR are workable, but I do not...

Would someone please help me with getting the docs to build? I'm having trouble figuring it out.

I've managed to get CI to pass (including building documentation), but to do that, I removed all cross references within sorting ([e0a44ad](https://github.com/JuliaLang/julia/pull/46679/commits/e0a44ad03df0bc94edfd182c4b2f0da869443096)). @ViralBShah, if you are willing try to revert...

The documentation issues are now resolved, it's possible there is a more elegant way, but the current situation is possible and does not require making any changes to `@ref`s to...

Yes, and I think for the most part it already is (#46586 and #46587 implement those algorithm changes). I'll rebase and bump those PRs.