Kristian Lange

Results 80 comments of Kristian Lange

Argh! StreamSaver! We had this issue several times already. And each time I thought we fixed it. Which version of JATOS do you use? And your browser is FF if...

It actually happens only in FF without encryption (https). But even with then it should work. Somehow StreamSaver always tries, as a fallback, to load some file from GitHub. I...

Just for info: I added CSP headers to JATOS (6b21f6cd). It was more difficult than expected since the template engine that the Play Framework uses (Twirl) relies heavily on inline...

I switched all disk access (result exports, study import/export) to the [File System Access API](https://wicg.github.io/file-system-access/) and [browser-fs-access](https://github.com/GoogleChromeLabs/browser-fs-access): 00a5bb69e281f2f416477cf442935ffa24b99af8. This works in all major browsers including FF on HTTP. It will...

JATOS still uses Java 8 or 11. There are compatibility issue between some libraries, Scala and Java on one side and the time that I am able to spend to...

Thanks for reporting this. I wasn't aware of this change in the default authentication method in MySQL and first had to investigate a bit. Looks like MySQL changed their default...

Sorry, but as the error message states, this is a issue with ngrok, which you are trying to use apparently, maybe to connect your local JATOS server to the internet.

From the API docs: "The results will be packed in an ZIP archive with an .jrzip suffix." Packing the result data in a zip is actually intended. JATOS doesn't know...

Hm, we could add the all-in-one-big-text-file result data option in the API too. It's afaik already implemented and, as you mentioned, used in the GUI. With the new API we...

It seems to work already :) (you pointed at the right route). It's just not documented. Just add the query parameter `asPlainText=true` and you get the result in a text...