Nikolay Petrov

Results 17 comments of Nikolay Petrov

my $0.02: If this would genuinely be used to search for directions for development (which I can definitely use in some of my experiments -- in some designs, participants seem...

I've managed to find a working solution for this. The key for me was to 1) promise-ify the `preload_image` function in the `jsPsych` core module (e.g. see [here](https://stackoverflow.com/a/66180709/13078832)) and 2)...

Hi @becky-gilbert, I was just revisiting this in a different project and have a few more thoughts that I hope you find helpful. It might be worth making this asynchronous...

Hi @bjoluc , you got it right. One relatively minor thing to consider is how to "pause the experiment": it can't just be a blank screen with `jsPsych.pauseExperiment` and some...

Okay, happy to report some exciting development on this front as I spent some time researching this as part of a project for which I would find this feature very...

Same applies for constructors in the `unwrapConstructor` function just above your changes: ```javascript function unwrapConstructor(val) { if (typeOf(val) === 'string') { if (val === UNDEFINED_FLAG) return undefined; if (starts(val, FUNCTION_FLAG))...

I don't think I will have the time to write it up properly for the contrib library as I am working on developing an experiment-wide 'extension' as opposed to the...