-
The latest Ubuntu ships with MySQL 5.5, so for the ohmage installer we need to upgrade and test using 5.5 at some point.
-
We want to allow prompt questions to include images that are displayed on the phone when a user is taking a survey.
-
As we now have multiple dashboards (frontend, snack, advertisement, snackdemo, etc) for the upcoming deployment and they are all supposed to use the front-end for authentication, we should no longer b…
-
fix opencpu-server.prem
-
create meta package that installs opencpu-server, opencpu-cache, opencpu-cran, texlive, etc.
-
in the following code, we expect two plots but actually get three
```
library(evaluate)
z = evaluate(c("plot(1)", "par(mar=rep(0,4))", "plot(2)"))
str(z, 1)
## List of 6
## $ :List of 1
## ..- …
yihui updated
12 years ago
-
Fix opencpu (and resttesttest) 'iframe' and 'popup' methods to use 'x-www-form-urlencoded' by default and 'multipart/form-data' only when there are files.
-
Varnish does not support caching HTTP POST, which is too bad. Maybe look into NGINX.
-
When the viz proxy calls the opencpu backend, it has to add a parameter 'server' that specifies the public ohmage-server-url where R is supposed to pull the data from. I am not sure how ohmage server …