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
Seems like a lost opportunity to showcase best practices. Using a ParameterEventHandler (C++/Python) seems like a nicer fit when checking for updates instead of using a timer that polls for changes every x seconds.
I'd be happy to make a PR, just want check in case there's a reason behind it I'm not aware of.