Todd Parsons

Results 73 issues of Todd Parsons

This should help with the confusion around "Unknown Plugin Component", by adding a link to the bottom of the actual Component dialog to get the plugin. When clicked, will open...

`tDown` is relative to the last reset of the ioHub clock, which isn't necessarily the last reset of the routineTimer clock. Other button boxes (with internal timers) are relative to...

Currently, because we use `return False` rather than `continue` when an entry point fails to load, if one entry point fails then none of the rest of the entry points...

Makes it easier to distinguish between the requested device not being connected and initialisation failing for other reasons

Pushing to dev as this only affects keypresses made via `makeResponse` - from the keyboard itself, ioHub supplies a value for `name`.

Creates a new MonitorDevice and adds functionality for setting gamma to it like in Monitor Centre, then it's supplied and used by the existing Monitor class on run. I didn't...

Currently, if you do the following in a Code Component: ``` tRemaining = core.CountdownTimer(5) ``` you'll get an attribute error because `PsychoJS.core` doesn't have a `CountdownTimer` - but it does...