Results 108 comments of Jaap Eldering

Multi-file jury submissions in subdirectories are imported since ea54ce00e30beda7e34ef83f3fea7570b506c0f1.

Alternative/combination of already suggested options: I think that autoconf allows for sub-projects, so we could have independent subdirectories with their own configure/make code and then in the root directory a...

I started looking into it, but no prototype yet. All I have is https://github.com/eldering/domjudge/tree/testcase-image-gen

I think the problem is that the concept of sample data really splits into two different concepts for interactive problems: 1. A sample interaction between submission and jury program. 2....

Since https://github.com/icpc/ccs-specs/commit/383c93dcd37720f481526d822d9445f41c3510c5 the CCS specification does not require importing `system.yaml` anymore and the data it contained has been hardcoded in the specification in the sense that the CCS should support...

> That is not what I'm suggesting. What I want to do is in this method: [http://github.com/DOMjudge/domjudge/blob/main/webapp/src/Controller/Jury/ScoreboardController.php#L42-L42](https://github.com/DOMjudge/domjudge/blob/main/webapp/src/Controller/Jury/ScoreboardController.php#L42-L42) set the `$jury` param only to true if you have the `ROLE_JURY`, otherwise...

> The problem is/was if you make the contest _non public_. Then there IS no public scoreboard. Or are you suggesting that we _do_ allow that for balloon users? That...

Is there any suggested TBD export format?

I don't like adding various unofficial sources by default, as it might surprise people about what packages get installed, and also it will be more work to maintain. I do...

I'm not sure where that directory should live, but I'd suggest to pass that directory as an argument, like we currently have for `-l` to specify local debs to install.