Fons van der Plas

Results 302 issues of Fons van der Plas

Some package managers ([like `elm-package`](https://elm-lang.org/news/0.14)) can automatically enforce semver by diffing public API before and after a release. In Julia, this is more complicated, but I still think we can...

My TagBot failed to create the tag after my version was merged into General. I re-ran manually a couple of times but I keep getting the same error. I ended...

Pluto does not work on Julia 1.11 because of an error in our Pkg log capture system, but I can't figure out what it is. It seems to be caused...

bug
help welcome

In Julia 1.10, Pluto 0.19.41, re-running the top cell will add more docstrings rather than replacing the existing one:

bug
backend
display & PlutoRunner

Hello!! 👋 This PR makes sure that the [IOContext](https://docs.julialang.org/en/v1/base/io-network/#Base.IOContext-Tuple{IO,%20Pair}) used to render the `App` (i.e. the `io` passed to `Base.show`), is also used to render the app's DOM (using the...

Currently, the init DOM (the return value of `setup_connection(session::Session{PlutoConnection})`) is only included in the **first** HTML output generated by JSServe displaying in app. This causes an issue when reloading: if...

Based on my small test, it looks like `JSON.parse(io)` is 2x slower, and has 2x more allocations than first reading the IO into memory, and then calling `JSON.parse` on the...

They are both owned by `JuliaIO`, both (de)compress gzip, and both are up-to-date?

Really cool! I'm using this package to play around with generative art for my [pen plotter](https://axidraw.com/) 😎 One thing that I was thinking: I have not used the original CLI...

Hello! 👋 This binder currently fails to build, I think this is happening because it is using Julia 1.8 during the build, but this environment was generated using Julia 1.6,...