Balint Rozsa
Balint Rozsa
For example, https://dmoj.ca/license/cc-by-nc-sa-3.0 is currently displayed as  https://github.com/DMOJ/online-judge/pull/1959 might be relevant.
If you are able to see a contest that has a public problem, and someone submits to that public problem in contest, you can't see the submission on /problem/submissions, even...
The description used for problem embeds (``) is sometimes incorrect if the first paragraph of a problem has HTML tags. For example, when the problem description starts with `.table{width:auto;}`, the...
Toggling manually managed should delete/recreate the init.yml file for site managed data. Currently, if there is data added both through the site interface and manually, the site data might be...
https://dmoj.ca/admin/judge/problem/8079/history/1510037/ errors with  This is likely due to the fact that the problem has a language specific limit for Java (latest) but which would've been Java 17 in the...
There is no documentation for the `output_limit_length` and `output_prefix_length` fields specified in the `init.yml` for a problem.
If the `feedback` flag of a custom checker (e.g. of type `coci` or `testlib`) is set to `false`, then feedback won't be included in the error message in case of...
For problems from contests where we add new testcases that were not present during the original contest, we should somehow display them differently. This could be as simple as adding...