Régis Behmo

Results 233 comments of Régis Behmo

> I'm assuming you were still able to run unit tests under Python 3.7 with these changes. I only just did and realised that positional-only parameters do not work with...

It seems to me that the only different between Pierre's import of the demo course and mine is that he imports [v1.1](https://github.com/openedx/openedx-demo-course/tree/v1.1) (from February 2022) of the course, while I...

I can confirm that it's still not possible to export the demo course in olive.1. To reproduce: - go to https://studio.demo.openedx.overhang.io/export/course-v1:edX+DemoX+Demo_Course - login with the demo [admin credentials](https://docs.tutor.overhang.io/intro.html#where-can-i-try-open-edx-and-tutor) - click...

I'm closing this now considering that: - python-dateutil is now unpinned in edx-platform - most Open edX platforms run in Docker with Tutor, and thus are all UTC. If someone...

Android app was upgraded to [3.2.2](https://github.com/openedx/edx-app-android/releases/tag/release%2F3.2.2) on the Olive demo server. Can you please run the failed tests again?

Thanks for testing @cmltaWt0. I have no idea what is going on. Configuration is supposed to be ok, as I didn't change it since the last release. I also observe...

I downgraded the android plugin to 3.0.2. We'll work later to upgrade to 3.2.2.

I'm a terrible mobile developer and I need help with this issue, so I'll unassign myself. As an acceptance criteria, I'd like someone to open a PR on the [tutor-android](https://github.com/overhangio/tutor-android/)...

I mean, the android app is really supposed to be working in Quince, so my guess is that yes, this issue is now resolved.

Thanks for volunteering @wasuregusa18! The currency symbol should reflect the value of the `PAID_COURSE_REGISTRATION_CURRENCY` and `COURSE_MODE_DEFAULTS["currency"]` Django settings. I am not quite sure if there are existing places in the...