Pluto.jl
Pluto.jl copied to clipboard
Reload CM when things go south
Mitigation for https://github.com/fonsp/Pluto.jl/issues/1913 You'll loose unsaved changes (until https://github.com/fonsp/Pluto.jl/pull/1729 is in) (and your cursor) but the page won't crash (hopefully)
Try this Pull Request!
Open Julia and type:
julia> import Pkg
julia> Pkg.activate(temp=true)
julia> Pkg.add(url="https://github.com/fonsp/Pluto.jl", rev="defend-parseMixed")
julia> using Pluto
@pankgeorg Let's revive this PR? Seems nice to have
@pankgeorg Let's revive this PR? Seems nice to have
Yeap, let's! I think it's ready to go!
@pankgeorg can you update this branch from main (is the preact import still up-to-date?), test one more time and merge?
Looks great, merging!