Roger Fu

Results 32 issues of Roger Fu

One of the things that some contests (i.e. WAC) likes to do is to throw their testers in a windowed contest to see how well they perform in that window....

enhancement
feature
contest

Should be added as a checkmark on `https://dmoj.ca/contest//submissions//`

Tested against trying to unlock 800+ contests in prod. The solution seems to be spinning up a celery task.

admin
performance

- [ ] Allow bridged checkers and interactors to be added to site-managed problems (possibly with non-adjustable time limits) - [ ] Allow for model solutions (cli implementation: DMOJ/judge-server#604) -...

feature
judging

Should support two types of registration: 1. Open registration, where anyone can register, and does not require approval. 2. Limited registration, which requires all applicants to be approved by the...

feature
contest
low priority

https://github.com/DMOJ/online-judge/blob/master/judge/contest_format/ioi.py#L79 The IOI contest format adds up the scores of each batch. This does not work when the total points on the problem (out of contest) does not equal the...

contest
high priority

Because going into the admin page to fix a typo is pain.

ui
admin
user-tickets

`cumtime` should be extended to allow for 4 possibilities: 1. No cumtime 2. Current implementation (i.e. every submission increases cumtime, sum over all problems), called `all` 3. Sum of times...

feature
contest

Users should be allowed to view, **but not submit** to non-visible problems they have submissions on. This will solve a few problems: 1. Users who previously asked "what happened to...

feature

Fix `All conditional function variants must have identical signatures`, see https://github.com/python/mypy/issues/10575.