Todd Parsons
Todd Parsons
When a dialog is open in Builder, it's marked as "model" - meaning clicking on anything else while it's open will have no effect other than making an error ping....
Issue originally raised on PsychoPy repo, but concerns PsychoJS. Original text: > Hello everyone, > I am having some issues to load movie stimuli to Pavlovia. > I have created...
If I make a TextBox in PsychoPy whose contents is a number, when I run online it throws this error: ``` TypeError: Cannot convert a Symbol value to a string...
This causes problems like this user was having: https://github.com/psychopy/psychopy/issues/4344 when auto translating from Python to JS - if they were in the same place, they'd be able to do `colors.Color('red')`...
I'm trying to use pyduktape to create a JS shell in Python, which means capturing the output from JS calls and printing it to a GUI object in Python. Not...
Saves users having to work out the "if playing then pause if paused then play" logic themselves