Fons van der Plas
Fons van der Plas
Integrates [JuliaFormatter.jl](https://github.com/domluna/JuliaFormatter.jl) into Pluto: # TODO: - [ ] Format on save, remove button - [ ] Revisit #1055 : don't re-run cells with whitespace changes - [ ] Persist...
Can we use Pluto as a framework to build dashboards? (Yes!) We already have a great environment for writing your model, for making it interactive and for visualizing results. The...
The current file management is confusing to new users, because they need to understand absolute paths on their OS. The solution will be: - Use ~/Documents/pluto_notebooks as the default location,...
Fix for #807 as suggested by @nalimilan TODO: - [ ] Check performance impact - [ ] See why tests fail - [ ] Merge from `main` 
I wrote this as an experiment, anyone should feel free to continue working on it! The first step is to try it out and make a list of TODOs. https://user-images.githubusercontent.com/6933510/110047855-e9e5ba80-7d4e-11eb-9c25-ae3cf8f56b13.mov...
In contexts like Pluto.jl, we create lots of figures at a high frequency, and the faster they can show, the smoother the experience feels. With Plots.jl + GR I never...
The `^` syntax is allowed in a Project.toml: ``` [compat] JSON = "^1.2.3" ``` but not in a `PackageSpec`: ```julia julia> Pkg.PackageSpec(name="JSON", version="^1.2.3") ``` unless you use an internal function:...
Hi! Thanks for this cool package! Using MLDatasets.jl in Pluto does not always work 😵💫 which is a shame because it's really useful for our Julia-beginner target audience! Running `iris...
Hi! On Julia 1.11 you get this warning (e.g. when running `test PlutoSliderServer`, which uses FromFile.jl) ``` WARNING: Method definition track(Any, Any) in module FromFile at C:\Users\runneradmin\.julia\packages\FromFile\vp5VX\src\FromFile.jl:8 overwritten at C:\Users\runneradmin\.julia\packages\FromFile\vp5VX\src\FromFile.jl:13....