JuliaPluto / PlutoSliderServer.jl

Web server to run just the `@bind` parts of a Pluto.jl notebook
https://computationalthinking.mit.edu/
The Unlicense
130 stars 17 forks source link

PlutoSliderServer broken since Pluto v0.19.13 #93

Closed disberd closed 1 year ago

disberd commented 1 year ago

I started trying PlutoSliderServer today and had problems making it work even with small simple notebook due to the following error: image

This seem to be caused by https://github.com/fonsp/Pluto.jl/pull/2300 which has been merged since v0.19.13

I was surprised that installing PlutoSliderServer would download Pluto v0.19.14 as the compat seems to speciy v0.19.10: https://github.com/JuliaPluto/PlutoSliderServer.jl/blob/29e98741cf3d2e22acaab18106a253ab58cef7ea/Project.toml#L36-L38

But then I realized that that compat entry does not limit patch release updates.