Régis Behmo
Régis Behmo
Hi Brian! I understand that extra files lying around in the tutor environment may be causing errors. Yet, we cannot delete the environment on every `config save`, because users may...
Just to make sure: did you really run `tutor mounts add path-to-scorm-xblock` or did you correctly replace the path to the scorm xblock on your host? Note: I'm unable to...
That's a great explanation Dawoud. And it's very similar to that other issue that @kdmccormick faced a few months back: https://github.com/overhangio/tutor/pull/813 Now I blame myself for not thinking about this...
I'm also in favor of a `tutor config save --clean` option. We should just make it clear that this is not an option that users should have to use frequently....
Yes, this issue is currently blocked by the pending edx-platform upgrade.
Here's a Dockerfile to reproduce the issue: ``` # syntax=docker/dockerfile:1 FROM python:3.10 RUN mkdir -p /test ADD --keep-git-dir=true https://github.com/overhangio/tutor.git#master /test/tutor ADD --keep-git-dir=true https://github.com/overhangio/tutor-cairn.git#master /test/tutor-cairn RUN python -m venv /test/venv ENV...
See this issue in practice in this failed test run: https://github.com/overhangio/tutor-credentials/actions/runs/7568050350/job/20608428713
This issue is still open. For instance, consider the case of nightly. We are telling people to install tutor with `pip install -e .`, as they are used to. But...
Aye aye, I agree that there is an issue and it's important that we fix it. Let me pull Florian @fghaas into the conversation, as he proposed [one of the...
I have let this issue linger for too long, sorry about that... @wahajArbisoft what's your take on this issue?