Régis Behmo
Régis Behmo
:question: **Question** Hi all! 👋 First of all, apologies if this is not the right place to ask this question. Feel free to close immediately ;) I am looking for...
@fghaas made a comment [here](https://github.com/overhangio/tutor/pull/677#issuecomment-1148520942): > It looks like your policy is, by and large, "don't add new configuration settings to Tutor, use a plugin instead." That's all fair and...
It seems to me that we could simply `docker-compose run service sh -e -c "command"`. Why do we have to rely on a convoluted job architecture? - Jobs don't add...
**Bug description** After account registration, the "Account activation" email includes incorrect links to example.com. See orange boxes here:  **How to reproduce** 1. Launch a production platform 2. Create...
**Bug description** Emails sent via the Bulk Email feature use a terrible template:  This template comes from the [`course_email_template.json` fixture](https://github.com/edx/edx-platform/blob/open-release/lilac.master/lms/djangoapps/bulk_email/fixtures/course_email_template.json). This fixture is loaded in a [data migration](https://github.com/edx/edx-platform/blob/open-release/lilac.master/lms/djangoapps/bulk_email/migrations/0002_data__load_course_email_template.py)....
It would be awesome if the CLI could auto-complete some arguments: slack-cli -d gene would give: slack-cli -d general (as asked by @wsturgiss in #11)
Now that the mypy bugs have been resolved, we are able to define more precisely and cleanly the types of Actions and Filters. Moreover, can now strongly type named actions...
This issue was first reported here: https://discuss.overhang.io/t/currency-is-not-changing-on-e-commerce-course-administration/2422 There are several ecommerce templates where "$" or "USD" is hardcoded: https://github.com/openedx/ecommerce/blob/2c2c13f541891af1c3641a542546972d54a2fd2c/ecommerce/static/templates/_course_seat.html#L6 https://github.com/openedx/ecommerce/blob/2c2c13f541891af1c3641a542546972d54a2fd2c/ecommerce/static/templates/_course_credit_seats.html#L24 https://github.com/openedx/ecommerce/blob/2c2c13f541891af1c3641a542546972d54a2fd2c/ecommerce/static/templates/honor_course_seat_form_field.html#L5 https://github.com/openedx/ecommerce/blob/2c2c13f541891af1c3641a542546972d54a2fd2c/ecommerce/static/templates/audit_course_seat_form_field.html#L5 According to the discussion above, there may also...
In the legacy account view from edx-platform, it was possible to remove the possibility of account deletion by defining the ENABLE_ACCOUNT_DELETION feature flag: Source: https://edx.readthedocs.io/projects/edx-platform-technical/en/latest/featuretoggles.html#featuretoggle-FEATURES%5B'ENABLE_ACCOUNT_DELETION'%5D https://github.com/openedx/edx-platform/blob/20de3c71b4951472947917d2388e8412f53f6bcc/openedx/core/djangoapps/user_api/accounts/settings_views.py#L142 Now, in the [frontend-app-account](https://github.com/openedx/frontend-app-account)...