Lilith Orion Hafner

Results 181 issues of Lilith Orion Hafner

``` $ julia +lts Error: The Julia launcher failed to determine the command for the `lts` channel. Caused by: Invalid channel specified ``` Could hint to try `juliaup add lts`...

enhancement

Apply @jebej's suggestions in https://github.com/JuliaLang/julia/issues/39235#issuecomment-767806443, rebased onto master

Refactoring

It is possible to think that `Registry` may be a standalone Pkg command with the previous docstring (e.g. a command that constructs or displays registry info).

documentation
registries

It took me a while to figure out how to make an animation. I think an example and/or an explanation belongs in the docs. I've tested this and it seems...

When I interrupt `@benchmarksuite` it is permanently broken: ```julia julia> @benchmarkset "suite" for k in 1:50000 @case "case $k" rand($k, $k) end ^CERROR: InterruptException: Stacktrace: [1] eval @ ./boot.jl:373 [inlined]...

bug

[viraltux commented this:](https://discourse.julialang.org/t/identical-functions-benchmark-differently/65345/16) > Most of the time the reason we use BenchmarkTools is not because we want to know how fast is A but rather if A is faster...

enhancement

When displaying only three slices, but there are only two slices along the diagonal, a couple newlines are missing: ``` julia> rand(2,2,2,2,2,2,2) |> wrapdims 7-dimensional KeyedArray(...) with keys: ↓ 2-element...

Even though `display` doesn't necessarily go to `stdout` or `stderr`, it might be nice to suppress it sometimes.