-
Blow principalId valued with id.
``` js
User.create([
{username: 'John', email: 'john@doe.com', password: 'opensesame'},
{username: 'Jane', email: 'jane@doe.com', password: 'opensesame'},
…
-
```
I installed signond to /home/cassidy/usr and I'm now trying to install the
oauth2 plugin to the same location. The build sytem can't find
SignOn/AuthPluginInterface. It' s installed in
/home/ca…
-
_This is not really a specific bug report, but more of a general issue that arises from time to time._
I've had some reports of OpenSesame users that experienced issues with v-sync and temporal preci…
-
Had no idea where to post this so here I go.
Anyways I brought this issue up in IRC and it still baffles me how these ID's are generated.
This issue is being posted because whenever I send out ban w…
-
OpenSesame is written in Python, it cant run in a browser but it can be used to compose experiments. how hard would it be to import OpenSeasame projects and make them run using our experimentation cod…
-
I noticed this while trying to run the Monitor Center in PsychoPy 1.81.02 (as released) from source.
Basically, strings are translated assuming that there is a `_translate()` function. But this funct…
-
```
These changes introduce the possibility of replacing the default SQLite-based
storage for the user credentials via SignOn extensions.
In Ubuntu, this will be used to interface signond with GNOME…
-
I use keyboard objects in Python inline code to create editable text input. Being able to delete is important for this. In OpenSesame 2.8.3, adding 'backspace' to the keylist of a keyboard object, get…
-
In the documentation of Opensesame 2.8.3. there is a mention of canvas.textline(). After testing, I found this function still to be available in 2.9.0, but it is not mentioned on the documentation pag…
-
The example creation of a synth object is specified as follows:
```
my_synth = synth(exp, osc='saw', freq='b2', attack=250, length='500')
```
with length specified as a string. This however crashes …