Bob Rosbag
Bob Rosbag
I recently got a bug where the eye image feed is not shown in the eye tracker menu for the eyelink 1000+ with the pygaze init item in OpenSesame. It...
### Issue Report Checklist * [X ] Searched the [issues page](https://github.com/spyder-ide/spyder/issues?q=is%3Aissue) for similar reports * [x] Read the relevant sections of the [Spyder Troubleshooting Guide](https://github.com/spyder-ide/spyder/wiki/Troubleshooting-Guide-and-FAQ) and followed its advice *...
When you open an experiment with items from a plugin which is not installed, the items are missing/invisible and if I remember correctly, there is no warning about the missing...
Some items in the experiment properties where reverting back to the previous state when changed. It looks like code that starts with 'set' was using 'True' and 'False' in the...
The new spawn method for multiprocessing makes opensesame on debian bullseye (python 3.9) and bookworm (python 3.10) unusable on my machines. The main window crashes but it keeps the experiment...
I found an effect that I cannot explain. As I read the documentation, replayed startup times should correlate with the startup times of the X applications: "The startup benchmark exercises...
PyGaze has serious problems with our tobii eye trackers. With the Fusion@120Hz I get a mean intersample time of around the 12 ms (instead of 8.33 ms) and a RMS...
Changing default os in boot.ini.multi does not work. boot.ini.multi uses: `default_os=${DEFAULT_OS}` init file uses: `DEFAULTBOOT="${x#default_boot=}"` Solution: two changes in 'init': `default_boot=*)` ` DEFAULTBOOT="${x#default_boot=}"` `default_os=*)` ` DEFAULTBOOT="${x#default_os=}"` But you might want...
Planning to buy an odroid, still working out the necessary hardware and preparing the software and docs. I am trying to build an Odroid which can function as a video...
A desktop file and icon are missing in the debian package. As workaround I took the desktop file from the snap folder, changed the reference to the icon and put...