Balint Rozsa

Results 7 issues of Balint Rozsa

For example, https://dmoj.ca/license/cc-by-nc-sa-3.0 is currently displayed as ![image](https://user-images.githubusercontent.com/76824890/190826617-f26a6152-5d47-416e-bf46-4e5b4caff79f.png) 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...

bug
easy

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...

bug
ui

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...

easy

https://dmoj.ca/admin/judge/problem/8079/history/1510037/ errors with ![image](https://user-images.githubusercontent.com/76824890/213570928-5bc24d19-c793-4c5b-a7b1-ec1acc2d27b7.png) 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...

bug
database

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...

bug
grading