Chris Gorgolewski
Chris Gorgolewski
Might be worth looking into JS error console with Chorme Developer Tools. Best, Chris On Tue, Jan 16, 2018 at 10:25 AM, Vanessa Sochat wrote: > It could be a...
We currently have the following config: ``` server { listen 80; listen [::]:80; server_name neurovault.org; location / { rewrite ^ https://$host$request_uri? permanent; } } ``` Should I switch rewrite to...
Maybe the difference is in 'www'? Best, Chris On Mon, Jan 22, 2018 at 6:38 PM, Satrajit Ghosh wrote: > @chrisfilo - it's the appropriate http > redirect message. >...
Ok - thanks for looking into this. Let me know if you would like me to implement any specific changes. Best, Chris On Tue, Jan 23, 2018 at 8:00 AM,...
This might have something to do with how we recovered the database after transitioning to AWS. I'll look into this.
I just tried this and it seems to work:  Which browser do you use?
I can replicate this - how bizarre!
Are you seeing the absent fields in the JSON returned by the API? Could you provide an example? On Dec 26, 2015 3:25 PM, "Ben Cipollini" [email protected] wrote: > This...
You can use this snapshot for data: https://purl.stanford.edu/qd938sk1220
In asynchronous mode Redis stores information about Tasks (such as creating glass brain or calculating pairwise comparisons). Workers query Redis for available tasks and perform them in the background. The...