Todd Parsons
Todd Parsons
Some of the recent improvements to `pkgtools` weren't accessible from Builder as Builder uses a different function to install plugins when the install button is clicked. This PR adds the...
- Removing the uninstall button from the list view to reduce clutter - Disabling the close buttons while mid-install - Refreshing view after installing so the list remains up to...
Implementing the class discussed in #6806, allowing data returned from Dlg.show to be indexed by either keys (as in a dict) or indices (as in a list). In situations where...
The main use of this is ioHub - because it runs in a separate process, we can't pass object handles directly, so have to recreate any stimuli. Making all stimuli...
Adds a base class for plugins to subclass to add their eyetracker backends to Builder, rather than relying on ioHub detecting the EyeTracker class. I'm hoping this is the first...
When a photodiode isn't found, we recalculate the threshold and tries again. However, I'd missed a `return` in this function, so it was running, in some cases finding the photodiode,...