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
known issue, sliders don't work, and there are segfaults... not sure whether this is an ndv issue or a superqt issue (pyside6 has been problematic recently, but even going back to 6.5 it doesn't work)
The text was updated successfully, but these errors were encountered:
note also that DimsSliders.valueChanged needs to be changed from Signal(dict) to Signal(object) in order to work for PySide (even though it is actually a dict). Otherwise, pyside just eats it and returns an empty dict??
this is enough of a pain that I'm going to put this on the backburner until someone comes along needing this in pyside instead of pyqt. Most of this isn't related to ndv, but rather to multi-threading concurrency that ndv is doing, and some of superqt utils not working well with recent pyside
known issue, sliders don't work, and there are segfaults... not sure whether this is an ndv issue or a superqt issue (pyside6 has been problematic recently, but even going back to 6.5 it doesn't work)
The text was updated successfully, but these errors were encountered: