Problem: The submit method polled for a verdict for up to 120s, but verdicts are never displayed in cp.nvim by design. Solution: Remove the poll loop and `SUBMIT_POLL_TIMEOUT` constant. After a successful POST, immediately return `SubmitResult(success=True)`. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| atcoder.py | ||
| base.py | ||
| codechef.py | ||
| codeforces.py | ||
| cses.py | ||
| kattis.py | ||
| language_ids.py | ||
| models.py | ||
| timeouts.py | ||
| usaco.py | ||