Nicolas Rybowski

Results 30 issues of Nicolas Rybowski

The installer throws the following error when one try to install the `pyjavacpp` container: ``` [...] Indicate the name of a container to build, or press enter to continue []:...

Bug

An error occurs in the grading container of the first task of the tutorial course. Here is the error displayed on the frontend: ``` Exception occured in container ([Errno 1]...

Bug

``` inginious-backend:39: DeprecationWarning: ZMQEventLoop and zmq.asyncio.install are deprecated in pyzmq 17. Special eventloop integration is no longer needed. loop = ZMQEventLoop() ```

Good First Issue
Priority: Low
Deprecation report

The latest release of the `zipstream` package (https://pypi.org/project/zipstream/) dates from 2016. More recent solutions such as https://pypi.org/project/zipstream-new/ or https://docs.python.org/3/library/tarfile.html should be considered.

Good First Issue
Priority: Low
Deprecation report

The filesystem interface specifies that the type returned by `distribute()` must be {file, url, invalid}. https://github.com/UCL-INGI/INGInious/blob/302f6beb712a848ea5465df052459869470e974a/inginious/common/filesystems/__init__.py#L137-L142 However, the local implementation returns 'local' as type. https://github.com/UCL-INGI/INGInious/blob/302f6beb712a848ea5465df052459869470e974a/inginious/common/filesystems/local.py#L160

Documentation

The current way of loading INGInious plugins requires a call to the `load` method of the `PluginManager` https://github.com/UCL-INGI/INGInious/blob/fac7761f9f1a9992bb83f4ad81ec085a7e3b289f/inginious/frontend/plugin_manager.py#L65 e.g. https://github.com/UCL-INGI/INGInious/blob/f28ad8daa77f0a724e85180eb4c8dcd61e792e7b/inginious/frontend/app.py#L315 This method then calls the `init`function of the plugin which,...

Feature request
Backend
Plugin system

Add the task tester feature. It allows replaying old submissions to ensure that tasks are still valid / functional e.g. after a modification of a task or the update of...

**Is your feature request related to a problem? Please describe.** The containers available on DockerHub are quite outdated because they are replaced by hand. **Describe the solution you'd like** The...

Feature request

Add PoC website for the INGInious project. The advances in the documentation writing are tracked in the [Docv2](https://github.com/UCL-INGI/INGInious/milestone/11) milestone. Early preview is available at https://nrybowski.github.io/INGInious/

Documentation

**Is your feature request related to a problem? Please describe.** With DockerHub not supporting free hosting for Open Source projects anymore, we are more and more exposed to namespace spoofing....

Feature request
Priority: High