bjoluc
bjoluc
Weird. Maybe try [appcfg](https://github.com/bjoluc/appcfg)? I ended up writing that package to work around the oddities in config2, since the author does not reply, sadly.
Might be related to https://github.com/grimen/python-rootpath/issues/4
@grimen Looks like using Poetry would automatically solve this one as well.
Hi there, to me, it looks like config2 is not installed along with your package. Do you define it as a requirement in your setup.py? If you'd like to get...
I remember I had a related problem about a year ago. It seemed to me like the stack inspection would fail to retrieve the proper config path. Maybe it was...
FWIW, that's not possible. I don't see a use case for that as well, to be honest. The purpose of different config files for different environments in general is to...
Hi @nikbpetrov, reading over this again, I realize asynchronous loading sounds like a perfect fit for an extension. It might be initialized with a list of paths and, when added...
Great catch @Shaobin-Jiang, let's remove `on_data_update` in 8.0 :tada:
> and have it trigger anytime the jsPsych.data object is updated? You mean after `on_trial_finish` and after `jsPsych.data.addToAll` or `jsPsych.data.addToLast`?
Hey @aridyckovsky, @jodeleeuw recently initiated [jspsych-timelines](https://github.com/jspsych/jspsych-timelines), a repository for sharing reusable timelines. Your questionair looks like a perfect candidate for jspsych-timelines, hence I'm wondering: Would you be interested in submitting...