3 Open Issues Need Help Last updated: Jul 10, 2025

Open Issues Need Help

View All on GitHub
toml の format about 2 months ago

AI Summary: The task is to determine and implement the best TOML formatter for the traO Judge project, considering options like `taplo`, `cargo-sort`, and `tombi`. The goal is to improve the formatting of TOML files within the project.

Complexity: 2/5
good first issue code quality

traO Judge ジャッジ

Rust

AI Summary: Change the return type of the `get_user` function in the `usecase` to `Option<&str>` from `Option<String>`. Remember to also update the `app/backend_app/src/handler/users.rs` file accordingly.

Complexity: 3/5
good first issue backend

traO Judge ジャッジ

Rust

AI Summary: Change the type of the `get_submission` function's argument from `Option<String>` to `Option<&str>` in the traO Judge project. This involves modifying the `submissions.rs` file within the backend application.

Complexity: 3/5
good first issue backend

traO Judge ジャッジ

Rust