Fons van der Plas

Results 311 issues of Fons van der Plas

This draft PR will find all possible combinations of sliders, run those, and save the results to a file. **THIS MEANS that you will be able to get most of...

See https://docs.juliahub.com/AbstractPlutoDingetjes/UHbnu/1.1.1/#AbstractPlutoDingetjes.Bonds.validate_value-Tuple{Any,%20Any} This will require changes to Pluto.jl itself, perhaps it should be fully implemented in Pluto

enhancement
good first issue

This was not enabled initially because Pkg is not thread-safe, and many notebooks included a "Pkg cell" that sets up the environment. Running mulitple notebooks in parallel was known to...

enhancement

```julia using Images img = load("my dog.jpg") @assert Base.showable(MIME"image/jpeg"(), img) m("div", x) ``` Gives me ```html Images.Image{blablalba} blablab ``` Hyperscript.jl could check `Base.showable` for MIME types like images and audio,...

Since Julia 1.8, a single Ctrl-C does not work, I always need to repeat Ctrl-C multiple times to get the forced SIGINT (with `WARNING: Force throwing a SIGINT`): https://user-images.githubusercontent.com/6933510/188428251-dec8a3da-7410-4ebf-b001-8de77457e14b.mov I...

I/O
regression

This is because `Distributed.interrupt` always kills the process on Windows. I don't know why, I have spent some days on this interrupt stuff but it is beyond me. Maybe someone...

backend

https://user-images.githubusercontent.com/6933510/113477010-733bfa00-947f-11eb-881d-80b6fc6c8bb3.mov Still to consider: - Stack traces will be incorrect after a cell has been updated this way. - The behaviour could be confusing: did my code get saved? #1056...

enhancement
frontend
backend

This PR adds some extra code into `update_save_run!` that checks, by comparing the old and new `TopologicalOrder`s: 1. Did any of the `cells` (i.e. cells that the user wants to...