Sebastiaan Mathot
Sebastiaan Mathot
http://www.cogsci.nl/forum/index.php?p=/discussion/1066/
[Signals and slots](http://en.wikipedia.org/wiki/Signals_and_slots) are a design pattern developed by Qt to deal with user interaction. ## Description In OpenSesame, signals and slots are implemented as follows: - A _signal_ can...
On a Hangul keyboard, multiple keystrokes can be combined into one character. So characters are constructed on the fly. Right now, OpenSesame simply takes the Latin variations of the characters....
This is again related to #123. I found a system where this problem occurs reliably, and I've managed to fix it by using a full path to the default font...
Right now, expyriment always imports everything. This is not only uneccesary, but also problematic for two reasons: 1. It eats up resources; and 2. It's fragile: If one thing breaks,...
`KernelClient.execute()` takes a `user_expressions` keyword that allows you to pass expressions that are evaluated in the background (i.e. you don't see them visually in the console) and then returned as...
The QOpenScienceFramework python library, which is also used by OpenSesame to log into the OSF, has broken. I'm not sure what caused it to break (it used to work fine),...
Right now if you forget your password there seems to be no other option then asking the admin to reset it for you and mail you the new password. It...
As my list of studies on JATOS is growing, it's becoming clear that some organization would be useful. Perhaps studies could be grouped into categories, or something along those lines?...
When you have a `sketchpad` with a certain duration that is followed by a `form_text_input`, pressing a key during the `sketchpad` presentation will result in direct input to the `form_text_input`....