Shaobin Jiang
Shaobin Jiang
The `on_trial_finish` event and the `on_data_update` event both are only called once, inside the `finishTrial` method: ```javascript // handle callback at whole-experiment level this.opts.on_trial_finish(trial_data_values); // after the above callbacks are...
The Chinese version of the documentation is now available at [https://shaobin-jiang.github.io/jsPsych-Chinese-Documentation/](https://shaobin-jiang.github.io/jsPsych-Chinese-Documentation/). Wondering if it would be nice to integrate it into the README.md of the current repository
### Issues - [x] I have checked [existing issues](https://github.com/vhyrro/neorg/issues?q=is%3Aissue) and there are no existing ones with the same request. ### Feature description Pull request #963 added support for using `explorer.exe`...
Fix typo
See discussion originally posted by @HenningTm in https://github.com/jspsych/jsPsych/discussions/3224. Setting `save_final_image` property of jsPsychSketchpad plugin to `true`, which invokes the `toDataURL` method of a canvas, causes `Tainted canvases may not be...
A new parameter `page_change_callback` is added to plugin instructions. This function is called every time a page change occurs and receives one single argument which is the index of the...
Fixes #3253
I spotted this bug in the cli tool for creating new plugins and extensions: The line in the template `README.md` files looks like this: ``` See [documentation](https://github.com/jspsych/jspsych-contrib/blob/main/packages/{full-name}/docs/jspsych-{name}.md) ``` It prefixes...
This following error frequently occurs: ``` .../nvim/runtime/lua/vim/treesitter/query.lua:259: query: invalid structure at position 3272 for language lua ``` A fix for similar issues can be viewed [here](https://github.com/nvim-treesitter/nvim-treesitter/issues/3092), but I have not...
Fixes #2866. The original code, while detecting whether Windows NT allows the dir to be iterated through, will go to the other branch of the if...else... statement, which is intended...