bjoluc

Results 104 comments of bjoluc

Sure! Currently, I am doing it like this (using `next-redux-wrapper`): * [`makeStore()`](https://github.com/evalumate/evalumate-server/blob/62eaedcd7b012828fd05a72c8d1883f636c4f929/src/frontend/lib/store/index.ts) (called by next-redux-wrapper) * and an [express middleware](https://github.com/evalumate/evalumate-server/blob/62eaedcd7b012828fd05a72c8d1883f636c4f929/src/backend/middlewares/redux.ts) that extracts the state for SSR. I would prefer a...

@andrew-oko-odion I had a little hackathon and finished the package :smile: Will release it on Tuesday (some TypeScript issues have to be solved yet) :+1:

@andrew-oko-odion Here it is! https://github.com/bjoluc/next-redux-cookie-wrapper Unfortunately, I can only publish it to npm tomorrow because I used `npm unpublish` on a test release. So if you want to use it...

It's on npm now :tada: https://www.npmjs.com/package/next-redux-cookie-wrapper Let the advertising begin :grinning: You're welcome!

Let's discuss this in the next-redux-cookie-wrapper issues :+1:

@andrew-oko-odion How is it going? Do you have any specific questions?

Thanks for the PR @mgrewe. To me, this solution looks like a workaround for very specific situations. Maybe adding an optional `on_experiment_finish` callback to extensions would be a better alternative?...

@jodeleeuw Not implemented yet, but fairly easy to do :+1:

We should also address font loading (https://github.com/jspsych/jsPsych/issues/2153#issuecomment-1028890853) to keep our CSS small. Sadly, that would require explicitly adding a font `link` tag to each and every experiment/example so people are...

@jodeleeuw If we decide to drop `pretty_name`, that would be one thing. If we decide to accept undefined parameters without a default value and introduce `required: true` instead, that would...