Pluto.jl icon indicating copy to clipboard operation
Pluto.jl copied to clipboard

Reload CM when things go south

Open pankgeorg opened this issue 3 years ago • 3 comments

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)

pankgeorg avatar Feb 14 '22 13:02 pankgeorg

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

github-actions[bot] avatar Feb 14 '22 13:02 github-actions[bot]

@pankgeorg Let's revive this PR? Seems nice to have

fonsp avatar Jun 15 '22 16:06 fonsp

@pankgeorg Let's revive this PR? Seems nice to have

Yeap, let's! I think it's ready to go!

pankgeorg avatar Jul 05 '22 10:07 pankgeorg

@pankgeorg can you update this branch from main (is the preact import still up-to-date?), test one more time and merge?

fonsp avatar Sep 05 '22 11:09 fonsp

Looks great, merging!

pankgeorg avatar Sep 07 '22 20:09 pankgeorg