Régis Behmo

Results 233 comments of Régis Behmo

Hi, You are describing your analysis of an issue but not clearly explaining what are the symptoms of this issue. Is the problem that bulk emails are sent without branding?...

@ormsbee All that's needed is a :+1: review. It's a fairly big PR, so if you want we can walk you through the changes in a live call. Who do...

A related issue was discussed here, about Latvian: https://discuss.openedx.org/t/open-edx-localization/13832 1. As a temporary fix, you may run `tutor config save --set LANGUAGE_CODE=fr_CA`. But you won't be able to run `tutor...

Good point @rpenido. I also faced this issue in student_notes. I have a fix which I think is simpler: https://github.com/openedx/edx-notes-api/pull/444/files self.meilisearch_client.wait_for_task(task.task_uid, timeout_in_ms=2000) @pomegranited ~I suggest you add a call to...

I think you may be mistaken in the meaning of the `RUN_MEILISEARCH` setting. Meilisearch is a required component of the Open edX stack with Tutor in Sumac. Setting RUN_MEILISEARCH=false merely...

This part of the release notes seems to be incorrect. I guess that the issue that you are pointing out is a bug both in the Sumac release notes and...

> Is there anything you found that doesn't work / isn't supported by rsbuild? No, I haven't. That's because there's nothing magical with our MFEs: they are just frontend code,...

Thanks for testing @Danyal-Faheem! Would you mind trying out debugging with `RUST_BACKTRACE`, as suggested in the error logs?

I was able to reproduce the issue by building on a remote arm64 server: ``` $ tutor images build --docker-arg=--platform=arm64 --docker-arg=--target=learner-dashboard-prod mfe ... 0.427 0.427 Rsbuild v1.3.9 0.427 1.165 info...