Fons van der Plas

Results 845 comments of Fons van der Plas

I'm looking for more autocomplete bugs! Did you find any other cases where autocomplete gave an unexpected result? Please send me a video! Feel free to **make a new issue**...

Maybe an option `Pluto.run(store_cell_order=false)` to disable storing the cell order for your session, and instead use the order in the file. It is not needed for reproducibility, only for running...

We already use visual cell order as a tie-breaker. That's probably best when you do stateful things like creating a file, then reading it. Currently, the run-all execution order from...

About a new file format: I see it more as a strict subset of the current file format. I think you can already remove the whole Cell order section in...

Let's start by making sure that Pluto can parse notebook files without a `Cell Order`, and add a test for that. @PatrickHaecker do you want to take a shot at...

Note: I made #3279 but got stuck 🙈

I would like to factor out the parts from that PR that make the notebook parsing more stable though! That's useful to already release

Labeling this as a good first issue! You can probably do a simple regex replace to remove the ANSI escape code from the to-be-copied text. Search for "Copy output" in...

I merged https://github.com/fonsp/Pluto.jl/pull/3201 :)