cp.nvim/scrapers
Barrett Ruth fc2331c242
fix(cses): remove verdict poll loop from submit
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)`.
2026-03-06 21:47:52 -05:00
..
__init__.py lol 2025-09-24 21:23:06 -04:00
atcoder.py fix: expand language IDs, fix AtCoder submit, normalize logging (#353) 2026-03-06 21:35:13 -05:00
base.py feat: validate credentials on :CP <platform> login (#310) 2026-03-05 15:12:09 -05:00
codechef.py fix(login): remove cookie fast-path from login subcommand (#344) 2026-03-06 17:53:22 -05:00
codeforces.py fix(login): remove cookie fast-path from login subcommand (#344) 2026-03-06 17:53:22 -05:00
cses.py fix(cses): remove verdict poll loop from submit 2026-03-06 21:47:52 -05:00
kattis.py fix: expand language IDs, fix AtCoder submit, normalize logging (#353) 2026-03-06 21:35:13 -05:00
language_ids.py fix: expand language IDs, fix AtCoder submit, normalize logging (#353) 2026-03-06 21:35:13 -05:00
models.py feat: race countdown support and language version selection (#346) 2026-03-06 18:18:21 -05:00
timeouts.py fix(cses): remove verdict poll loop from submit 2026-03-06 21:47:52 -05:00
usaco.py feat: race countdown support and language version selection (#346) 2026-03-06 18:18:21 -05:00