Roger Fu

Results 32 issues of Roger Fu

Firstly, thanks for creating this project - it's made using Marmoset a lot more bearable 😛 I've found that the extension will display your last submission made, rather than your...

I think https://github.com/DMOJ/online-judge/blob/292ba1a600091dd30c41f34fead38deadaf76536/templates/comments/list.html#L21-L22 has an off-by-1 error which causes comment history to be displayed incorrectly. As a corollary, I think the code in https://github.com/DMOJ/online-judge/blob/292ba1a600091dd30c41f34fead38deadaf76536/templates/comments/list.html#L70 may also have an off-by-1 error...

comments
ui
easy
low priority

After some more thought, the issue with requiring 2fa is that we need to support all the different types of 2fa (backup code, totp, hardware key), which requires quite a...

security

Character is `,`. Should be disallowed for similar reasons as the fancy quotation marks. :angry:

discussion

Currently if a user can only edit public problems and they try to revert to a revision where the problem was not public, the site throws a 500 error. We...

database
admin

Site-side component of https://github.com/DMOJ/judge-server/pull/844. Requires: - [ ] Increasing length of checker field in `ProblemData` and `ProblemTestCase` models (and writing migration) - [ ] Adding back checker arguments in the...

- [ ] Debug memory usage of `sandbox_nasm_kill_judge` - [ ] Debug memory usage of `sandbox_nasm64_kill_judge` - [ ] Debug why `c_failinit` is reporting MLE instead of `failed initializing`/`segmentation fault`.

bug

Should follow from a simple refactor of https://github.com/DMOJ/judge-server/blob/9551b06f83b63ce462a588ff058c515ae5a52c0f/dmoj/problem.py#L120-L140

grading
feature
easy

Thanks for the very useful tutorials! When I was running Tutorial14 today, I encountered the error: ``` AttributeError Traceback (most recent call last) [](https://localhost:8080/#) in 1 name = 'Cora' 2...