You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running this notebook with auto_reload_from_file=false, after closing 500+ tabs 😅 and disabling energy saving mode, i sometimes get infinite stalls when moving the sliders around. No JS logs, probably related to #1892 and friends.
# ╔═╡ 9811d451-1b08-45c4-8ad6-6a45983b76d3
b =2522/ apples
# ╔═╡ 4995a696-ef64-11ed-04d7-43138f4beefc
apples_bond =@bind apples Slider(1:100)
# ╔═╡ 1b5e0f5c-cf72-4ff3-9ede-c1fb87186d59repeat([apples_bond], 10)
# ╔═╡ 92c624fc-5555-4379-bb60-d68a2a3b5102using PlutoUI
The text was updated successfully, but these errors were encountered:
When running this notebook with
auto_reload_from_file=false
, after closing 500+ tabs 😅 and disabling energy saving mode, i sometimes get infinite stalls when moving the sliders around. No JS logs, probably related to #1892 and friends.The text was updated successfully, but these errors were encountered: