Maarten Sijm

Results 28 comments of Maarten Sijm

It's already an improvement, thanks a lot :smile: I agree that the issue can stay open for that reason :slightly_smiling_face:

Since the total number of test cases can become quite large, I don't think this should be the default. I think having `--table` flag for the `run` command is fine,...

`contest.yaml` does not have an `order` field currently, right? `.bapctools.yaml` does, but I'm not sure if we'd want to write to that :thinking:

Additionally, `bt pdf -w` is not yet compatible with `--cp`, because the LaTeX process never finishes, so the Python code that copies the file is never reached. All of this...

> duplicating some code for tests is OK with me. All right :slightly_smiling_face: > (I assume that's why it's draft for now.) Correct :yum: > I'm not exactly sure myself...

> For problems, I typically just change the timelimit, not the timeout, if I want to see how long things take. I agree with that one, so in that sense...

It seems like running TLE submissions in `test_problems.py` is also a large part of the time spent in tests.

It appears that using version 15 works for me as well, but version 16 breaks as described above. ```json "react-dnd": "^15.1.2", "react-dnd-html5-backend": "^15.1.3", ```

Manually applying this change in one of my projects fixes #64 for me. Why has this not been merged?