Alain Pitiot
Alain Pitiot
Having considered the matter further, Nikita and I believe that this is actually not an issue with PsychoJS but, rather, with experiment design. Let us take the discussion to Click-Up....
Thank you. There are two issues left: - relative paths should be universal, not Windows based: I would recommend putting jsdoc.json and jsdocs.css in the top directory and getting rid...
Thank you Luke, much appreciated!
@tpronk @thewhodidthis This is a slightly tricky issue. onunhandledrejection is necessary to capture those errors that occurred in the various Promises we are now using. Removing it will prevent us...
Since there is no "colors" sub-directory under the "psychopy" directory, I would advocate for the transpiler to take care of this. Also "Color.js" would be very lonely in its own...
I'd rather have an additional boolean, defaulting to true, in toNumerical then duplicate almost all of its code into another toNumerical. I'd suggest something along those lines: `export function toNumerical(obj,...
I can confirm that hamming has not been implemented yet. I had hoped I could do so quickly but, as mentioned by egaudrain, Tone.js does not seem to offer a...
I am not sure that the new setSize works well with _getDisplaySize since instead of having an undefined size when no size has been specified we get [NaN, NaN], as...
This was incorporated into 2023.2.0 independently.