task-maker-rust icon indicating copy to clipboard operation
task-maker-rust copied to clipboard

Tool for building tasks for informatics competitions, with support for cache, distributed computations and more

Results 38 task-maker-rust issues
Sort by recently updated
recently updated
newest added

`iospec` is a tool to **generate parsers** for, **validate** and **transform** input/output files, given a specification of the format in an _expressive_ language, as well as to **generate documentation** of...

This is the tracking issue for a tool that selects the best time limit to use for a task, such that every solution gets the correct subtasks. **Inputs** - Solutions...

question

Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.6.0 to 4.6.3. Release notes Sourced from JamesIves/github-pages-deploy-action's releases. v4.6.3 What's Changed Build 🔧 Consolidated a number of build scripts to make publishing easier. Full Changelog: https://github.com/JamesIves/github-pages-deploy-action/compare/v4...v4.6.3...

dependencies
github_actions

Bumps [KSXGitHub/github-actions-deploy-aur](https://github.com/ksxgithub/github-actions-deploy-aur) from 2.7.1 to 2.7.2. Commits 9dfe151 fix: remove dsa See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=KSXGitHub/github-actions-deploy-aur&package-manager=github_actions&previous-version=2.7.1&new-version=2.7.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long...

dependencies
github_actions

Ubuntu 24.04 is now more restrictive about user namespaces (similar issue with workaround: https://github.com/lima-vm/lima/issues/2319). ``` $ task-maker-rust Error: Failed to start local worker Caused by: Sandbox failed: Error: Failed to...

It would be cool if we could run something like `task-maker-rust --api`, then the process would listen on a port, and we could then make REST API calls to this...

enhancement

Context: I'm testing some tasks on an old PC, and I mostly just want to make sure that the annotations (`// @check-accepted`, `// @check-time-limit-exceeded`, etc) are correct. I have to...

enhancement

When running `task-maker-rust` on a task, I get this warning: ``` Error: Missing statement file (statement/statement.pdf or testo/testo.pdf) Note: Without that file cms will not be able to import the...