Erratic behavior with precomputed slider server #162
-
Hi, everyone! I recently started using PlutoSliderServer to launch dashboards that I host on a personal server. This is such a powerful tool! I am running into an issue where the workflow of the notebook has an erratic behavior: I have a complex worflow of checkboxes and dropdown menus that let you expose different variables (in this particular application I'm modifying the control points of a NURBS geometry). It works really well when I run it locally through Pluto.jl, but when I launch it with PlutoSliderServer, the behavior is very erratic (the downstream value of variables that depend on the checkboxes and dropdown is mixed as if some boxes where both checked and unchecked... quantum physics style). I am suspicious that PlutoSliderServer is trying to precompute the bond connection graph and display those precomputed values erroneously (part of the workflow is receiving an input file with the NURBS, so it really can't be precomputed). Is it possible that is the case? How can I make sure I disable the bond connection precomputation? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi! The problem is not with precomputation, but with different For more info, see #161 |
Beta Was this translation helpful? Give feedback.
Hi! The problem is not with precomputation, but with different
@bind
elements depending on each other. This is currently not supported. 😞For more info, see #161