-
I try to understand logs and see this picture:
```
2017-02-11 13:13:31,547 - inginious.backend - INFO - Adding a new job b'\x00\xe2UX\xec' f179a78f-85ef-4b01-aefb-3286ea56c591 to the queue
2017-02-…
-
INGInious currently seems to use the system time of the server, which usually is UTC, while in the frontend, the client's local time is used. This leads to unexptected timing issues when these timezon…
-
The exercices on streams should be easier. At least we should make some exercises that introduce the students *gently* to the stream API and functionnality.
If we want to make some harder exercises, …
-
In advanced programming courses it is quite often the case that the development in groups would happen with git. It is possible to submit these to INGInious via the file problem-type but this seems qu…
-
- Certains étudiants ont passé pas mal de temps à cette séance sur [S2] strlen, strcat et strcasecmp, il est manifestement un peu buggé (le feedback global bug par moments, apparemment quand il y a se…
-
**Is your feature request related to a problem? Please describe.**
Kata runtime could give more priviledge to the root user in the Docker container. Running IPMininet in a Docker container requires t…
-
it shows this error. and there is no context / language to choose...
![image](https://user-images.githubusercontent.com/25616506/73667887-a8975d00-46ad-11ea-92ca-e81ba6bc7927.png)
-
While replaying submission with another grading option (from last to best) and selection "only evaluation submission", INGInious only reevaluate the best submission, which is the expected behavior but…
-
**Describe the bug**
I had issues with a recent fresh installation of INGInious v0.8.7., with historic submissions (read from db) not getting refrshed correctly.
Looks like the cause was a recent r…
-
Dans la partie théorie, il manque :
* plus de détails sur comment déterminer la taille d'un tableau 1D, 2D ou à plus de deux dimensions (`length`);
* la différence entre `length` et la méthode `le…