Josh de Leeuw

Results 67 issues of Josh de Leeuw

Haven't fully figured out the conditions for when this happens, but it seems like setting... ```js const preload_trial = { type: jsPsychPreload, images: [array_of_images, other_array_of_images] } ``` ... causes the...

bug
plugin package

Can be based on the upcoming `record-video` extension.

new feature

This is an outdated rule from an old IE bug. It's no longer needed, but given that it may make significant changes to visual appearance it needs to be removed...

Just discovered some data that looks like this: ```js "response": { "P0_Q0": "Murder", "P0_Q1": "Emily French", "P0_Q2": "Party", "P0_Q3": "Wealth" }, "accuracy": [ { "P0_Q0": true }, { "P0_Q1": true...

bug

See #668 > Do you mean a code change in submitToTurk that detects that `data` is empty and adds the dummy value automatically? That would be great.

core package

A method to take a block of CSS and add it to the document head in a style tag, and a method to unload the block. ```javascript var css_block =...

core package

Mainly needed for the `browser-check` plugin. `navigator.userAgent` is going to be [less revealing soon](https://blog.chromium.org/2021/09/user-agent-reduction-origin-trial-and-dates.html), probably breaking the parsing that is in there. - https://web.dev/user-agent-client-hints/ - https://developer.mozilla.org/en-US/docs/Web/API/Navigator/userAgentData - https://developer.mozilla.org/en-US/docs/Web/API/User-Agent_Client_Hints_API

plugin package

When the `html-audio-response` plugin is used before the `initialize-microphone` plugin, there is an unhelpful error message. We should make this error message clear.

plugin package

URL is wrong. Can't fix right now, but leaving this here for later.

documentation