Trouve une issue
Cherche par langage, niveau ou dépôt — puis ouvre celle qui te parle vraiment.
553 issues · page 13/19
Run and Submit disagree on sample verdicts (exact vs token compare)
**Severity:** Low/Medium The Run button checks samples with an exact `data.stdout.trim() === sampleOutput.trim()` (`sr…
Arena advertises 4 languages the judge can't run (C#, Go, Rust, Zig)
**Severity:** High · **Verified:** yes (end-to-end) The language picker offers 9 languages, but the judge only support…
Add unit tests for hash_password and verify_password
## Description Add unit tests for the `hash_password` and `verify_password` functions. The tests should be added to: …
Compilation-error detail always lost on graded submit (shows bare 'Compilation failed.')
**Severity:** Medium On a compilation error the engine returns an **empty** `test_results` and puts the message in `co…
/api/auth/reset has no rate limit
**Severity:** Low Unlike login/forgot/verify, the reset-consume endpoint (`src/app/api/auth/reset/route.ts`) calls `re…
Leaderboard sort among flagged/unranked rows is unstable
**Severity:** Low `src/server/leaderboard.ts:83` sorts with `(a.rank ?? Infinity) - (b.rank ?? Infinity)`, mapping eve…
Add unit tests for the Go settlement sample chaincode
The sample currently demonstrates CCaaS compatibility but does not provide focused contract-level tests. Acceptance cr…
Support for Organization and Folders
It seems that right now the plugin only supports projects references, it would be nice to pass organization ids and/or …
NO_TESTS verdict renders as a bogus 'Runtime Error' with a broken badge
**Severity:** Medium A problem seeded without hidden tests returns `verdict: "NO_TESTS"` (`src/server/judge.ts:149`). …
Add Epson to the OAuth compatibility list (needs one vendor link)
`data/devices.json` records, for each vendor, whether their hardware can do OAuth 2.0 once Microsoft 365 stops acceptin…
Add typing to ModellAttributes in sequelize
Goal: Make typings script, i.e. if an attribute is missing, or added, then it would raise a type error. In `deletedTea…
Show a red alert if internet connection or socketio lost
Something like this one. "
In `timetracker/analytics.py`, `browser_tab_title()` calls `strip()` on the window title **before** comparing it agains…
Add timezone and duration-boundary tests for SQLite persistence
## User problem The database stores timezone-aware timestamps in UTC and clamps an end time that would precede its per…
Expand validation coverage for category configuration
## User problem `config.json` controls how private activity is categorized. The loader validates many malformed inputs…
Ability to give up a whole game
This is not the same as the ability to give up a try in strategy game. #86 There should be a confirmation box like in …
ci: verify the client SDK on Deno and Bun
## Goal Add native compatibility checks for `@streamweld/client` on Deno and Bun. The package intentionally uses no No…
Add HP to the OAuth compatibility list (needs one vendor link)
`data/devices.json` records, for each vendor, whether their hardware can do OAuth 2.0 once Microsoft 365 stops acceptin…
Community Testnet v0 — recruit independent operators and hardware evidence
## Goal Launch a bounded **AXIOM-MESH Community Testnet v0** that recruits independent operators across heterogeneous …
Agent Community engagement: first outside Security Cell result
## Goal Obtain the first **meaningful outside Security Agent Cell result** for Pilot #1 (#1199) against **RT-AUTH-001:…
C8-01 — dogfood CsdaStudioApp: phases 8, 9 and 10 of 10
Drive `REQ-001`…`REQ-014` on `csda-studio-app` with the harness, review the branches, tag and deploy. ### Why this and…
[quality] Add 6 unit tests for gitops.DriftDetector.DetectDrift (0% → 100%)
## Finding `pkg/gitops/drift.go:68 DetectDrift` has **0% test coverage** even though its lower-level helper `checkReso…
Add Lexmark to the OAuth compatibility list (needs one vendor link)
`data/devices.json` records, for each vendor, whether their hardware can do OAuth 2.0 once Microsoft 365 stops acceptin…
Add an architecture and local data-flow guide
## User problem New contributors can see the file list but do not have one concise explanation of how a Windows sample…
Add Toshiba to the OAuth compatibility list (needs one vendor link)
`data/devices.json` records, for each vendor, whether their hardware can do OAuth 2.0 once Microsoft 365 stops accepti…
docs: add an agent-with-mcp example and guide
## Context AgentDeck supports Model Context Protocol (MCP) tool integration through `agentdeck.mcp` and `Deck(mcp=...)…
fix: usePortfolio hook uses relative API paths and bypasses retry/timeout logic
## Problem In `frontend/src/hooks/usePortfolio.ts`, both `fetchPortfolio` and `executeRebalance` call `fetch()` direct…
Add report-period clipping tests at date-range boundaries
## User problem `collect_periods()` clips stored activity to the selected report range and recomputes durations. This …
example: demonstrate structured progress reporting with Reporter
## Context In AgentDeck, tools and workflows can report structured progress and status directly from inside execution …
docs: add a multi-agent-handoff example and guide
## Context AgentDeck coordinates multi-agent systems where a triage agent hands off conversational control to speciali…