Fons van der Plas

Results 302 issues of Fons van der Plas

With this PR, all js links get invalidated when the cell they appear in becomes *queued*. This is necessary because one of the dependencies of the cell can define a...

Using https://github.com/OM-MediaWorks/bcp47-picker, a pretty cool custom component BCP47 picker! I really like like the balance between input validation & canonlization (does not allow "english", only "en", and turns "en-gb" into...

The kwargs are showing up at the start, not the end... ```julia julia> # ╔═╡ 79b51e48-ab15-11ee-3759-9d14aacd5478 VERSION v"1.9.3" julia> # ╔═╡ 02688dc8-37d9-4043-b12f-3849abbd9b28 f(g, a; kw...) = error(); julia> # ╔═╡...

bug
good first issue
frontend
backend
error display

PR #2757 makes a first step to get Pluto closer to being usable keyboard-only with a screen reader. When you edit and run code, it will start running, and when...

frontend
accessibility

The codemirror should come before the cell input context menu in the DOM/tabbing order.

frontend
accessibility

When you open this notebook (created a year ago) with Julia 1.9, it shows errors instead of fixing the Pkg environment: https://github.com/mitmath/JuliaComputation/blob/2ebcfe17ef7b8c4d26312cf4898396dceb23c146/notebooks/1_hyperbolic_corgi.jl You can fix it manually by removing the...

bug
package manager

When reading docs, it would be nice to show from which package a function/method originates. Current:

enhancement
good first issue
frontend
backend
Live Docs

# TODO - [x] Match expression for inline bind and show widget - [x] Get widget JS from notebook process - [x] Read/write state as first argument - [x] Parse...

frontend
reactivity
wide audience

> *This is a good first issue, and requires no JavaScript knowledge!* We recently launched **Safe preview** (#2563, take a look), but it has one missing feature! When you open...

enhancement
good first issue
backend
reactivity
wide audience

A cell input like: ```julia 🍕 = 1 🥞 = 2 ``` should not be legal, because it is not a _single expression_. This might be unexpected (and part of...

enhancement
one day