-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some glitchiness/delays/stalls in @manipulate #177
Comments
I get the same, using: using Interact
using Luxor
@manipulate for θ in 0:360
@svg begin
arc(0,0,50,0,θ/180*π,:stroke)
end 300 300
end Tested on Linux (firefox) and Mac (safari), re-evaluating the cell makes it work again. |
@barche I can't make yours go wrong — yet! Unlike my example, the SVG file is very small, which suggests that it's not the file size... |
I can reproduce with
Then move the r,d sliders fast just after moving the R slider, while it's still updating. The R slider stops working. Not sure what's going on, but possibly some IO truncation. Do you ever see this error:
? |
I saw that error once or twice, but I think it got fixed in an IJulia upgrade... |
@JobJob I'm not seeing that error, where would it appear? I started Jupyter using |
Running code like this:
usually works well (I got it working thanks to you guys!), but there are times when the sliders stop responding. I attribute this usually to my fairly slow Mac (mid-2011 iMac with 2.7 GHz Intel Core i5). Also, I usually use Safari, which might not be the fastest. If it does stall, it sometimes restarts, but sometimes the call needs evaluating again.
@svg
instead of@png
may make the system sweat a bit more... :)(Julia v0.6, Interact v0.5.0, IJulia v1.6.0)
The text was updated successfully, but these errors were encountered: