Todd Parsons

Results 87 comments of Todd Parsons

Yep this seems doable! I think we just need for loops at the end of `SettingsComponent.writeEndCode` and `SettingsComponent.writeSaveDataCode` similar to what we have in `SettingsComponent.writeDevicesCode`

Re-labelling this as enhancement as ExpFile isn't in use

It would, but I think a partially loaded plugin is better than an aborted plugin. For example, the thing that motivated this was the Cedrus plugin failing to load due...

I believe this is that, if `Sound` doesn't get given a value for `stereo`, it uses -1, which seems to fail in some cases. I think this is fixed by...

`psychopy-iolabs` isn't related to eyetracking or to ioHub (despite their similar names), it's the plugin for using button boxes made by the company ioLabs: https://github.com/psychopy/psychopy-iolabs I know @mh105 has recently...

What's probably happening is that the eyelink procedure can't run in windowed mode, but pilot mode forces the window to windowed mode. If you want the benefits of pilot mode...

As this is specific to pyo we should transfer this issue to [psychopy-pyo](https://github.com/psychopy/psychopy-pyo), but I don't have sufficient permissions to do so. @mdcutone could you do it?

Now that we have a piloting mode I've been working on a pet project which is essentially this - a plugin which adds Components to push buttons, make mouse clicks,...

Looks like the plugin is missing entry points (meaning e.g. `psychopy.hardware.emulator.launchScan` isn't replaced by `psychopy-mri-emulator.emulator.launchScan` when `activatePlugins` is called) so I've [submitted a PR](https://github.com/psychopy/psychopy-mri-emulator/pull/3) to add them, and also added...

The fix to give a more helpful error message when importing launchScan is only in the dev branch, which won't make it into a released build until the next major...