Fons van der Plas
Fons van der Plas
Requesting the `/pluto_export.json` has pretty bad preformance, it currently takes about 1s for the server to respond. Let's fix it!
I switched the featured notebook server to Julia 1.10 and disaster! All HTTP requests took >30 secs to complete.
While testing https://github.com/JuliaPluto/MethodURL.jl we found that the `1.10` tag is missing in https://github.com/JuliaStats/Statistics.jl/tags
``` ~ julia +1.11 _ _ _ _(_)_ | Documentation: https://docs.julialang.org (_) | (_) (_) | _ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg...
These instructions are for Deno 1.0: ``` ➜ ~ deno install -A --no-check -r -f https://deno.land/x/deploy/deployctl.ts error: the following required arguments were not provided: --global Note: Permission flags can only...
To reproduce: 1. Delete the `.julia/compiled/v1.12` folder 2. Start Julia with: ``` julia +1.12 --inline=no ``` 3. Type `]` to enter the Pkg REPL This will leave Julia stuck in...

The one used in plutojl.org TODO: - [ ] Welcome page ## Try this Pull Request! Open Julia and type: ```jl julia> import Pkg julia> Pkg.activate(temp=true) julia> Pkg.add(url="https://github.com/fonsp/Pluto.jl", rev="new-logo") julia>...