Rien
Rien
@bmesuere which priority do we want to assign to this issue?
We currently `trap` signals related to exiting and then kill the process running on the reMarkable: https://github.com/rien/reStream/blob/006d83e9b80fb2f3dd9db2330cce5e967d3df51a/reStream.sh#L124-L129 We are probably missing an exit signal (probably `SIGPIPE` or `SIGCHLD`), so detecting...
I'm encountering a segfault as well on an Intel UHD620 - @Erfboom did you manage to work around this issue?
@jorg-vr @bmesuere I have updated the initial post according to our brainstorm. If anything is not clear I can elaborate if needed.
I'm getting less fond of Dolos downloading arbitrary URL's. We are essentially implementing [Server-Side Request-Forgery](https://owasp.org/www-community/attacks/Server_Side_Request_Forgery). Malicious users could exploit this to download any file using a Ghent University server if...
I have added some documentation of the Dolos API on our website: https://dolos.ugent.be/docs/api.html
Dolos will now show a loading page when redirected to the `html_url` if the report is not finished yet. You can validate if this PR works and release when ready...
With the new `canvas` rendering of graphs, it is usually possible to right click and save it as an image. Most browsers also have functionality to screenshot certain HTML-elements. We...
We are encountering this bug as well (https://github.com/dodona-edu/dolos/issues/1544), it took a while to find the cause because of the error message. This seems to be a new problem (with the...
Hi @FaizaTafannum, there is indeed an issue with installing Dolos on Windows (see https://github.com/dodona-edu/dolos/issues/1559). If possible, you could use Windows Subsystem for Linux (WSL2) and install Dolos CLI there, that...