Fons van der Plas

Results 951 comments of Fons van der Plas

It might be cleanest to make a copy of https://github.com/JuliaWeb/HTTP.jl/blob/a3a576807a4ecddcefa8d76f9efd07ea2b309f8e/src/Handlers.jl#L53-L64 and add a specific try catch around the `write` call.

Happy to see that you got it to work and that the json was useful! The change from notebook.html to notebook/index.html will be breaking URLs so I'm not sure we...

The problem here is that HTML does not allow a `` inside of a ``, and the `md"` inside the `combine` expression creates a ``. So HTML moves the ``...

You could also use ExperimentalLayout (which is designed to work inside phrasing content) to display it... ```julia md""" hello $(PlutoUI.ExperimentalLayout.Div([options_md])) """ ```

Hey Benedikt! Can you post the output of `versioninfo()`? Perhaps BetterFileWatching.jl does not work on your system (it does not work on ARM)

@pankgeorg We talked about this a couple times, could you write down what you think about this?

I don't think we need a minifier, since the content is already being gzipped by fastly. See https://github.com/tlienart/Franklin.jl/issues/836#issuecomment-975583141 and https://github.com/tlienart/Franklin.jl/discussions/927: the current minifier has correctness problems and causes more discussion...

@KristofferC visible now :) thanks for taking a look!

It works now! But maybe we should add a test for this? In Julia 1.10 it is broken. ``` ➜ ~ julia _ _ _ _(_)_ | Documentation: https://docs.julialang.org (_)...

It's not documented: https://pkgdocs.julialang.org/v1/api/#Pkg.add