Παναγιώτης Γεωργακόπουλος
Παναγιώτης Γεωργακόπουλος
- A new PlutoEvent 🎉 to notify interested parties about when an evaluation cycle is done! - Small refactor around BinderLaunch button so it's logic is not too convoluted in...
That leads to situations where a notebook might be loading for quite some time and the user has no feedback to understand what is going on. A solution to that...
## definitions `stale` means notebooks that no longer exist in user's filesystem (deleted or moved) `recent` are the notebooks that appear in the 'Welcome' page. This list is populated when...
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)

# New features enabled by `AbstractPlutoDingetjes.jl` (ConcretePlutoDigetjes.jl) - [x] WebCamInput -> returns Array{T wherer T returns audio (save audio?) (see JuliaMusic?) - [ ] TableInput -> returns dataframe - [x]...
# TODO (from @fonsp) - [x] Note about importing the `ImageShow` package - [ ] I think the help should not provide instructions for how to use the GUI, only...
This pr provides a `prettystderrcatch` middleware that removes the unreadable closure type and replaces that with a fancy `::MuxClosure`. Also uses the cleaning in the `basiccatch` function. Another approach toward...
For example, suppose that someone works in a PlutoSliderServer notebook and accidentally closes the tab. It would be nice to save and reload the state when we reload the page,...