Todd Parsons

Results 59 comments of Todd Parsons

It looks like when lazy importing a child class, the scope passed to the lazy importer as it's building the module is just the name of the class rather than...

What version of PsychoPy are you using? When I save the xml code you shared and open it I can see the flow bar and it does compile to JS...

Could you share the full psyexp file you're opening? I wonder if it's that there's something in the full file which isn't in the snippet you shared which is causing...

Nothing for now, reviewing PRs is currently at a bit of a road block as there's a packaging issue with the tests - once we've got them passing again in...

@ollie-d could you rebase from current dev? The Mac test at least is fixed now

@ollie-d I've submitted another PR to your branch to handle merge conflicts - the changes look pretty crazy but it's just because of merging current dev

Reverting adding the Builder param following discussion with the team - it adds potentially confusing clutter to the Experiment Settings dialog for something easily solved by a Code component: ```...

Could you attach the .xlsx file you're using, and let me know what version of PsychoPy this bug is in? I'd need to check whether this is PsychoPy adding blank...

Is there a package you've found works on Ubuntu 20.04? We already query the OS and change the backend used accordingly, so could add in a check for Ubuntu version...