Régis Behmo

Results 32 issues of Régis Behmo

The base edx-ace template includes social icons (linkedin, twitter, ...) that are hosted on [Sailthru](https://www.sailthru.com/), a marketing automation platform. This causes at least two obvious issues: 1. Loss of privacy...

affects:maple
affects:nutmeg

When sharing a recording to terminalizer.com, the command fails in every case: ``` $ terminalizer share myrecoding Please enter some details about your recording ? Title Test ? Description Desc...

bug

I incorrectly attempted to share a recording with a description that included double quote characters. This resulted in the following error: ``` $ terminalizer share launch.yml Please enter some details...

**Bug description** In Open edX platforms that run for a long time (with `tutor local`), the Docker containers output logs that gradually fill up the disks. **How to reproduce** Run...

documentation

uwsgi is now in maintenance mode: https://uwsgi-docs.readthedocs.io/en/latest/ > The project is in maintenance mode (only bugfixes and updates for new languages apis). Do not expect quick answers on github issues...

enhancement

**Bug description** Type tests fail when tutor is installed in editable mode. This is inconvenient when testing plugins locally. **How to reproduce** Install tutor in editable mode: cd tutor/ pip...

bug

**Is your feature request related to a problem? Please describe.** When we bind-mount edx-platform in the lms/cms container, uwsgi.ini is copied to the host directory. As a consequence, `git status`...

enhancement

Currently, Open edX runs with MySQL tables that are encoded with utf8mb3. It is time that we upgrade to utf8mb4 (the default). For reference: https://github.com/overhangio/tutor/issues/887 https://discuss.openedx.org/t/palm-upgrade-running-rdbms-in-tutor-mysql-vs-mariadb-utf8-vs-utf8mb4/11030 edX.org is currently upgrading...

**Bug description** After upgrading from Olive to Palm, if a single course contains emojis in its short description (such as "📌" or "📣") then the LMS dashboard will fail to...

bug

There was a widespread community agreement that we should switch to a different pattern for naming release branches and tags: - "open-release/zebulon.master" should be renamed to "release/zebulon" - "open-release/zebulon.1" should...