Henning Kasch
Henning Kasch
If the task description in the `.yml` file is empty try to read the `README.md` instead.
Sometimes the messages from unit tests should be hidden for students so no details on how the tests are performed are leaked. The result (success/failure) with the name of the...
Either ignore host id check or add to known_hosts automatically.
If it is possible to upload a single file (#213) it should be checked for a required filename. If an archive is uploaded it should be checked for existence of...
Currently, if the file-hash has changed both buttons (start eval. / show results) are visible. It should be more clear, that the evaluation result has been created based on a...
Apart from the specific (unit-)testing frameworks for each language we need a common way to test the input/output of compiled applications. "Input" in this regard could be either a simple...
1. Escape all text properly 2. Make it fail gracefully (currently `FileNotFound` if no Latex document has been written – Sentry CODE-FREAK-5) 3. Include all code files (exclude dot files)...
As a student I would like to reset my files to a previous version some days ago.
If I am starting e.g. a web-server from the IDE on port 3000 or similar I would like to access it via my browser for a live-preview and/or debugging. Related...