Richard Tibbles
Richard Tibbles
There are two ways of doing it - you can go through the changelog and check for removals, or you can just do the upgrade and then run pytest locally...
Fixed in #11759
I think the only decision needed here is the colour and appearance of the highlight. We can implement this and try out some different possibilities for feedback.
> Will look into the first one! I suspect, but am not certain, that it is happening during the multiprocessing run of the tests.
More details for the MacOS worker test failure: ``` _____ TestWorker.test_high_tasks_dont_wait_when_regular_workers_busy[True] _____ self = worker = def test_high_tasks_dont_wait_when_regular_workers_busy(self, worker): # We have one task running right now. worker.future_job_mapping = {"job_id":...
Hi @thesujai - that could work, definitely - although, I think I'd rather defer to github user accounts as the source of truth instead, as you can add any username...
That wasn't quite my intention - instead, the AUTHORS file should be updated when a PR is made to either a release branch or the develop branch, but we only...
Unfortunately, upgrading to Vue 2.7 will not help us. The `v-bind` syntax uses CSS variables. From the documentation: > The actual value will be compiled into a hashed CSS custom...
The other issue here is the tangled interdependencies between Kolibri, KDS, and Studio. I would recommend as a precursor to this we should address at least part of https://github.com/learningequality/kolibri/issues/8454 -...