Merge branch 'main' into feat/template-file-support

This commit is contained in:
Barrett Ruth 2026-02-26 22:56:50 -05:00 committed by GitHub
commit 5b56ff7980
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 159 additions and 30 deletions

View file

@ -198,7 +198,7 @@ function M.setup_contest(platform, contest_id, problem_id, language)
contest_id = contest_id,
language = lang,
requested_problem_id = problem_id,
token = vim.loop.hrtime(),
token = vim.uv.hrtime(),
})
logger.log('Fetching contests problems...', vim.log.levels.INFO, true)