GhostOfElectric

Results 2 issues of GhostOfElectric

I have this as my startup.jl file: ```julia # This file should contain site-specific commands to be executed on Julia startup; # Users may store their own personal commands in...

Doing in the REPL ```julia-repl @1.11> add Plots ``` can potentially act differently from doing ```julia using Pkg; Pkg.add("Plots") ``` because (I think) the downloader parameter isn't present in the...