Peter Harrison
Peter Harrison
@jessesnyder although I added you as a reviewer, I remember our previous discussion where you said this might take some more sustained thought. Don't worry if you think you need...
This feature has become increasingly important now because migrating to the new Blueprint management system seems to stop PsyNet from being able to hot-reload HTML/JS/CSS changes from files within the...
I was happy to see this too! > When using development mode, the reloader will trigger whenever your Python code **or imported modules** change.
Makes sense, had a little read of the Flask GitHub discussions.
I tried it out and it works for me as long as I upgrade Flask to the correct version; if I leave it at the old version, the app fails...
Thanks @jessesnyder - yes, we have struggled with this too. Your proposal sounds sensible. In practice, we do end up wanting to insert code both at the one-time setup phase...
Hi @alecpm, don't worry about it if you don't like it, it's really a small thing!
Maybe related to this is a confusion that I have while working on this part of the code. The `Experiment` class can be initialised with `session=None` OR with `session=dallinger.db.session`. It's...
@alecpm Makes sense. Maybe there is a way as part of this breaking change to make this dual functionality more explicit in the Experiment class.
Can I query that? I think it would still be useful to use the dashboard in debug mode. Can we instead just add a local copy of the fontawesome assets...