C. Quentin

Results 6 issues of C. Quentin

When trying to use audio Captcha, I get the following error from `sox` : `/usr/bin/sox FAIL sox: Input files must have the same sample-rate`. It seems to be coming from...

To instantiate a Django's models with `factory_boy` within an async context, we currently need to wrap it with `sync_to_async`, e.g. `workspace = await sync_to_async(WorkspaceFactory)()`. It would be awesome if `DjangoModelFactory`...

The idea of this MR is to allow filtering the queryset when populating the index. Note that this only work by filtering models (with `--models`) which have the same column....

Once a user has created its account through LTI, it could be good to allow him to set a password so that he can connect directly on PL.

Enhancement

There is currently no easy way to quickly create and fill groups of students. We need an interface to allow the creation of groups from a CSV.

Enhancement

Github is not the best way to handle questions and request for newcomers or students. It would be great to have a form directly on PL creating an issue and...

Enhancement