-
This is worthwhile not only because it allows us to host edX courses, but because the [edX configuration playbooks](https://github.com/edx/configuration/) provide playbooks for several other important…
-
The Python/Django version dashboard in DD in not functional for all services, until this [migration sheet for APM: Django Version](https://docs.google.com/spreadsheets/d/1sh9eE-vT5JysI4BAx_qlkhzZ0hEuj…
-
```cs
struct HBOARD
{
Vector128 data;
public void Test(int i, byte b)
{
data = data.WithElement(i, b);
}
}
```
.NET 8.0:
```asm
; Assembly listing for method HBOA…
-
### Abstract
The Open edX platform is enhancing its search functionality by implementing Meilisearch, a fast and memory-efficient search engine. This project aims to improve search performance, reduc…
-
I have found out that AVIC is not supported on this HW. The CPUID 0x8000000A EDX indicates no support for AVIC. That means the IOMMU guest AVIC support should not be exposed at all. I have prepared …
-
## Expected Behavior
Description...
Can't docker-compose up
```
make info
.:: OPENEDX-DOCKER ::.
== Active configuration ==
* EDX_RELEASE : hawthorn.1
* FLAVOR …
-
@ormsbee wrote:
> @iemejia, @balta2ar: Hi folks. I'm a developer at edX, and I've been noticing a steady uptick in people using edx-dl lately. It mostly comes up in our logging because doing so many …
-
There are some edx service logs in Datadog that mysteriously missing the `aws_account_name` tag. (There could be other missing tags, but hopefully this is enough to resolve.) This happens for our regu…
-
Hi,
I am trying to use this example with edx but when I submit the grade I get this error: "Your score was not recorded: Request body XML parsing error: list index out of range". I've tried to compar…
ionm updated
10 years ago
-
The Enzyme library is being replaced across the open edx platform with the react testing library.
The edx-platform uses Enzyme for a very small number of its tests. These tests should be migrated …