Josh de Leeuw

Results 160 comments of Josh de Leeuw

Hi @AdamVasarhelyi2, Thanks for the contribution! It looks like there are files in `dist/` folders that are being committed here. These should be ignored via `.gitignore`. I'm wondering if they...

@AdamVasarhelyi2, sorry for letting this slip through the cracks! I've updated a few things to match existing conventions. The next step is getting the package-lock.json to update, but I don't...

No, we are not currently actively developing this. We may come back to it in the future!

Let's leave this open until we get it working through the plugin files.

@GavinQ1 @kristiyip This is another thing that we need to work on that involves changes to both the GUI and to jsPsych itself. We should flag certain parameters as "ignored"...

Hi @Shaobin-Jiang, Thanks very much for pointing out the discrepancy. We rewrote the cli in #125 and fixed this in that PR. To be consistent with current jspsych docs, we...

@bjoluc any thoughts on this one? I'm guessing there is some config needed because the VAS plugin is not using the TS template, and that we may want to adjust...

> We might be able to add an extra build step that creates an ES/commonjs module based on the IIFE file. But that would be pretty hacky and nothing I'd...

Yes, that's the basic idea. I think we'd want to parameterize this message so that it could be modified easily, e.g., to translate into a different language.

Hi @adityac95 , Can you provide the surrounding context code as well? Is it in an async function?