Peter Harrison
Peter Harrison
We want to create a simple demo of the use of Dallinger's websocket functionality in PsyNet. Originally in #7803 we asked for something more hardcoded into the PsyNet library, but...
PsyNet makes heavy use of a class called `Trial`. This subclasses Dallinger's `Info` class. It is a bit confusing for users though because the word 'info' is not obviously related...
Currently we mandate `server_pem` for connecting to `docker-ssh` servers. This route fails unintuitively in some contexts: - it doesn't autodiscover keys in `~/.ssh` - it (maybe?) gets confused when the...
Take an experiment with suspected performance issues and reproduce them using `psynet performance-test` (#8697). If performance issues are reproduced, identify their source and propose fixes. ## Which experiment? Originally @jessesnyder...
We want to be able to easily test the scalability of an individual experiment implementation. In particular, we want to know how well the server will cope with different numbers...
Selenium Proposed demos to test: - experiments/audio - experiments/graphics - experiments/imitation_chain_video - experiments/static_audio - features/video
We currently use the `sshtunnel` package in a minor fashion, but this package seems not to be so well-maintained (see #8544, also [the sshtunnel repository GitHub page](https://github.com/pahaz/sshtunnel/)). It might be...