Régis Behmo
Régis Behmo
I propose the following acceptance criteria for this ticket: Modify [CONTRIBUTING.rst](https://github.com/openedx/edx-platform/blob/master/CONTRIBUTING.rst) such that: - it links to the [Open edX platform contributor guide](https://openedx.atlassian.net/wiki/spaces/COMM/pages/1682211674/Open+edX+Platform+contributor+s+guide) - it points new contributors to the...
@arbrandes Surely you meant to say that someone should write a plugin to enable course highlights, right? :stuck_out_tongue: In all seriousness, this is a feature that requires too much work...
I would like Palm (Tutor 16.0.0) to run on MySQL 8.0, so yes I expect that the test instance is going to use that version. I have not yet attempted...
Yes.
1. Work in a temporary project root: `export TUTOR_ROOT=/path/to/some/tmp/file` 2. Install tutor (Olive) from pypi: `pip install tutor` 3. Launch an Olive platform: `tutor local launch` 4. Check that the...
> If I just don't set the tmp TUTOR_ROOT would the pip and launch commands instead do an upgrade in place? Because that's more what I want to test works...
`docker-compose` is unsupported starting from June 2023 (that's today!) and replaced by the Compose plugin: https://docs.docker.com/compose/install/ I suggest you upgrade your installation of Docker and Compose.
1. If account deletion is mandatory, then the feature flag should be removed. 2. If platform administrators are able to disable account deletion, then this feature flag should be respected....
There are some cases where user account deletion should be deactivated. For instance when running a private instance of Open edX inside a company. In such cases GDPR does not...
> Should this stay open? I... think so?