PatrickHaecker
PatrickHaecker
The unconditional definition of (256, 512, 1024) is unfortunate. 1. there are a lot of cases, where they are not needed, as `BitIntegers.jl` has two major use cases, i.e. larger...
I currently need to merge a lot of branches containing a Pluto notebook and it's a huge pain wasting several hours. One of the advertising features is "Pluto notebook files...
With Julia 1.11.4 and Pluto v0.20.5 I think when one cell was using broken syntax, the other (independent) cells still worked. With Julia 1.11.5 and Pluto v0.20.6 one broken cell...
(Sorry, for not providing a notebook or a video. This issue is about how Pluto interacts with the environment rather than a problem within Pluto itself.) When using packages that...
We have bugs involving multi-threading (#963, #990) and should add regressions tests. However, if I understand this correctly, they could even give a false sense of reliability, as CI runs...
There are a lot of issues with Linter false positives when you look around the issue tracker. Obviously, they should all be fixed in the long run, but in a...
Assume you have the following code ```julia i = 2 k = 3 z = i + k ``` and you have `i + k` selected (such that it is...
The "Julia: Switch to all compiled" button in the "JULIA: COMPILED CODE" section of the "RUN AND DEBUG" sidebar should also be available for "All" and not only for the...
With ``` if isinteractive() using Revise end ``` in `~/.julia/config/startup.jl` and Julia 1.11.4 I get ``` > julia --trace-compile=stderr -ie "exit()" precompile(Tuple{typeof(Revise.iswritable), String}) precompile(Tuple{typeof(Base.first), Array{Any, 1}}) precompile(Tuple{typeof(Base.iszero), Float64}) precompile(Tuple{Revise.var"#118#119"}) precompile(Tuple{typeof(Revise.active_repl_backend_available)})...
`Base.count` does something else.