Fons van der Plas

Results 951 comments of Fons van der Plas

Hey Lauren!! It's excitement! But maybe a gif would be better? I think this readme can be more lively

Maybe this can be implemented with `writing-mode`. Need to take care that the `show_value` still works properly. Until then you could use the html element directly: ```julia @bind x html""...

Might be caused by https://github.com/JuliaPluto/PlutoSliderServer.jl/issues/146 ? total guess

Also related is that I recently added more uptime checks, and the server is reporting lots of errors like this: ``` Oct 11 14:43:21 georgettarm pluto-slider-server.sh[2965931]: ┌ Error: handle_connection handler...

We tried to run Julia with threads: `julia threads=2,2` but this fixed the problem for one person visiting the site, but for another it is still broken.

I tried to switch everything to `@spawn` and `julia threads=8,8` but still broken

Hmmm I noticed the following: - If I do `wget http://fonsi.armada.silentech.gr:8555/` it always responds instantly - If I forward the port using VS Code, then `http://localhost:8555/` works on safari and...

Right now I have: - `http://fonsi.armada.silentech.gr:8555/` is not loading in any browser - `http://142.132.155.215:8555/` works fine on all browsers

Hey @alhirzel ! Sorry I missed your message before! Can you write a bit more about why you cannot access the files normally? E.g. ```julia CSV.read(read("data.csv"), DataFrame) ```

Thanks! I have also seen this error sometimes. It looks like this happens when a visitor of the site makes a request (i.e. moves a slider), and while the response...