Anthony Gégo

Results 59 comments of Anthony Gégo

> We can easily detect if a hash uses the new algorithm thanks to that. We may have to change the algorithm again in the future. Prepending takes this case...

Changed name as discussed in #956.

Implementation cost should be drastically reduced when #908 is merged as it gathers all accessibility filters in the same place.

Applying submission limit based on infrastructure conditions, and therefore on the time students are working, is unfair. In the one hand, people that are able to work during the quiet...

Hi @djupdal, Thank you very much for this contribution ! Could you please sign our CLA so that we can merge this ? The link is in the message above....

This issue still happens in the most recent release of CodeMirror (see https://codemirror.net/mode/python/index.html). You should discuss this on the CodeMirror repo.

I will wait for #985 to be done before reviewing this one.

Does a shared folder, mounted in R/W in grading container, and mounted in RO in student container would fit this need ?

``run_student`` launches a new container mounting only ``/task/student`` folder, making ``/task`` empty for the student code. This is why all the files used for ``run_student`` have to be moved into...

`inginious-webapp` is a WSGI compatible file. When imported as a module, it provides a WSGI callable `application` variable. There are two ways to set the WSGI app using uwsgi: -...