-
We get this on import:`XBlock does not contain field url_name`.
I'm not really sure, so it warrants research, but I believe this means we aren't handling url_name as we probably should (though I hav…
-
### Release
Redwood
### Expected behavior
Recommender xblock should be created.
### Actual behavior
When a recommender component is added nothing happens. When the page is refreshed on studio the…
-
I am trying to utilize this xblock-sdk and am installing it via Docker as explained in the readme file. However, when I run `make docker_build` I get the following error:
```
> [5/6] RUN ln -s /us…
-
This is the code I'm currently using to try to do this:
``` python
tableStructure = Dict(default={}, scope=Scope(UserScope.NONE, BlockScope.TYPE), help="Help Text")
```
Whenever I attempt to read th…
-
For adding an extra size=1 dimension: `tl.reshape(..., [XBLOCK, 1])` causes and error while `...[:, None]` works fine -- in the context of a larger program.
Repro:
```python
import torch
from to…
-
Hi Guys,
I followed the example to set up the docker image and when the image starts I get this error in the browser when I open up localhost:8000.
It seems, that it cannot find a table in the…
-
This would be a long-term initiative. It probably belongs on the platform-roadmap.
## Context
We have decided that parent-child relationships should only exist at/below the VerticalBlock: https:…
-
### 🐛 Describe the bug
I gathered all the 10K triton kernels generated by inductor using stack of PR ( https://github.com/pytorch/pytorch/pull/120048 ). After deduping same kernels used by different …
-
Added the Xblock in the course settings:
[
"swxblock",
"hdrxblock",
"geogebra",
"pokiloki"
]
Can add a geogebra Xblock, but can't edit it, and can't delete it from an assign…
-
## Disclaimer
- At first, `Python 3.12` was the target version, but after identifying major changes needed for `Python 3.12` support, it was decided to release the `redwood` version with `Python 3.1…