Connor Burns

Results 21 issues of Connor Burns

# Watch the presentation! https://www.youtube.com/watch?v=xsxJt4prFG4 # Try it out! ```julia julia> ] pkg> activate --temp pkg> add https://github.com/ctrekker/Pluto.jl#wysiwyr2 julia> import Pluto; Pluto.run() ```

backend
reactivity
HTTP/WS
online deployment
WYSIWYR

Hey @fonsp! I built an image for this repo the other day for deployment and thought it might be worthwhile to put the `Dockerfile` I used in this repo for...

### Contact Details [email protected] ### Process where you encountered the bug Opening a file ### Level of issue Does not cause crash, a minor issue but it would be nice...

bug
severe:s1

This PR includes more desktop changes to go along with development on JuliaPluto/PlutoDesktop! All changes made are designed to be invisible to any browser-only users, and only take effect when...

frontend

These are some complimentary changes to the PlutoSliderServer client for JuliaPluto/PlutoSliderServer.jl#118 which offer improvements to precomputed sliders in certain cases. Check out that PR for an explanation of why bundling...

frontend
PlutoSliderServer
publishing

If a slider server is still starting and the user interacts with a slider, a HTTP 503 error is thrown and the user is not notified. This PR adds a...

This is a draft PR for a draft PR! Precomputed sliders require many files which are often small and very similar to one another. Bundling solves both these problems in...

I don't see much of a need to use axios over the built-in fetch as our HTTP client, so we should remove another dependency by replacing it

Only supporting Windows x64 is a bit prohibitive, ideally we should support all the reasonable platforms that JuliaLang has [Tier 1 support](https://julialang.org/downloads/#supported_platforms) for. - [ ] macOS - [ ]...

Now that a list of parents is preserved, mutations made at the roots of an expression tree can propagate upwards, meaning that there is no longer a need to descend...