Lilith Orion Hafner

Results 181 issues of Lilith Orion Hafner

I believe that the only functional change here is that instead of ignoring `alg`, it is passed on to the level sorting subroutine. This also future-proofs the implementation, to an...

Conjectured problem: When editing compat entries, the UI lets me press backspace one to many times, deleting the entire string and one additional character. This causes a bounds error when...

bug
REPL

This PR works around breaking changes made proposed in https://github.com/JuliaLang/julia/pull/52821 and also possibly avoids some confusion

Refactoring

I hit ^C (I believe it was during a Pkg operation) and then all future package operations on non-empty environments failed until I deleted `~/.julia/logs/manifest_usage.toml`. I think this is due...

bug

Indexing into an axis array with an axis of eltype date using a range of eltype date as an index throws. I believe this is a bug. ```julia julia> using...

This seems pretty bad to me and I don't think it's documented. I'd like to call it a bug and fix it in minor release if that is acceptable. ```julia...

The new link is unstable, but at least it's not broken.

I'm trying to benchmark sorting runtime as a function of input size. I have this function ```julia using BenchmarkTools function f(n) x = rand(Int, n) target = sort(x) y =...

bug

When running locally I got a bunch of "closewrite" not defined errors and the website didn't renter properly. After running ``` julia --project -e 'using Pkg; Pkg.upgrade_manifest(); Pkg.update()' ``` Everything...