-
```[tasklist]
### To triage
- [x] https://github.com/dodona-edu/dodona/issues/2919
- [ ] https://github.com/dodona-edu/dodona/issues/2503
- [x] https://github.com/dodona-edu/dodona/issues/4334
- …
-
Tons of existing APIs for IO are synchronous. For instance, the http.server API #140. Also, basic things like `input()` and any tool that expects to do CLI interaction are based around synchronous IO.…
-
In the `README`, it suggests you can pass a string to parse:
```js
const sourcePath = '...';
const sourceCode = readFileSync(sourcePath, 'utf-8');
const tree = parser.parse(source);
```
How…
-
Since the update to tree-sitter 0.21, there seems to be a problem with the parser raising an error `Invalid argument` for large files (see https://github.com/dodona-edu/dolos/actions/runs/9318991771/j…
rien updated
5 months ago
-
I'm building a web page where students can edit Python code, then click "Run" to run it in pyodide. I started with all of this running in the main browser thread, which worked pretty well. As part of …
-
I was testing the new project naming when launching Dolos from Dodona. No issues with the first exercise I tried to analyse, but Dodona fails when trying to launch Dolos for [this exercise](https://do…
-
See https://github.com/dodona-edu/dolos/actions/runs/8817406566
rien updated
5 months ago
-
**Which component(s) is your question about?**
Dolos JavaScript library
**What is your question?**
Why are `ProgrammingLanguage`, `CustomTreeSitterLanguage`, and `CustomTokenizerLanguage` not…
-
**What happened**:
Clicking on ":camera: Direct link rendered image" on graph with interval hat is based on variable set to `auto` results in an empty graph.
The title of the image does not cont…
-
This is the problem: Empty arrays are defined as object array's:
![dodona ugent be_nl_courses_637_series_7132_activities_541948398__from_solution=Sorteren java](https://user-images.githubusercontent.…
bsels updated
5 months ago