Lilith Orion Hafner

Results 178 issues of Lilith Orion Hafner

```julia julia> rand([]) ERROR: ArgumentError: range must be non-empty Stacktrace: [1] SamplerRangeNDL @ ~/.julia/juliaup/julia-1.8.0-rc3+0.x64/share/julia/stdlib/v1.8/Random/src/generation.jl:333 [inlined] [2] Sampler @ ~/.julia/juliaup/julia-1.8.0-rc3+0.x64/share/julia/stdlib/v1.8/Random/src/generation.jl:189 [inlined] [3] Sampler @ ~/.julia/juliaup/julia-1.8.0-rc3+0.x64/share/julia/stdlib/v1.8/Random/src/generation.jl:418 [inlined] [4] Sampler @ ~/.julia/juliaup/julia-1.8.0-rc3+0.x64/share/julia/stdlib/v1.8/Random/src/Random.jl:140 [inlined]...

error messages

"Quicksort is unstable and attempts to stabilize it hurt performance" (citation needed). I believe I have simultaneously stabilized and sped up quicksort, which should allow us to simplify sorting policy....

performance
sort

If I make a simple package with no dependencies and compile it to a sysimage/app/library with PackageCompiler, I get: ``` ┌ Warning: it is not recommended to create an app/library...

The [MacOS download link](https://arrayfire.s3.amazonaws.com/3.8.2/ArrayFire-v3.8.2_OSX_x86_64.pkg) on the [official website](https://arrayfire.com/binaries/) gives me the following error: ``` Error> NoSuchKey The specified key does not exist. 3.8.2/ArrayFire-v3.8.2_OSX_x86_64.pkg B4AB3N989RCGSZ10 P1jNo0kzuRJD5M1iRYsldlm02aZRRehB935zQBx+bkyoCZEyrktw9ieJWnCifXebgefhBvNvlUU= ```

bug

The readme states "don't forget to also declare compatibility with v4 with Compat = 3.x, 4 (unless you use one the very few things that got removed between Compat v3...

EDIT: The following analysis is pending changes in Julia 1.9.0, and not accurate yet. In theory, this should probably be a performance improvement, but the improvement doesn't happen in a...

This should probably be deprecated: `counts(rand(1:5, 6, 6), weights(rand(4, 9)))`.

bug

From https://github.com/JuliaStats/StatsBase.jl/pull/722#discussion_r890383928

Add potential reasons to choose `:dict` over `:radixsort` as a counting algorithm to documentation, and update the default choice for small inputs. Addresses #517

A discussion on discourse brought to light that juliaup (sometimes) [works with existing Julia installs](https://discourse.julialang.org/t/plans-for-updating-julia/75880/19?u=lilith), the readme currently recommends against this. It would be great if that cooperation could be...

documentation