issues Search Results · language:Dune language:Python language:JavaScript language:Python language:Java language:Python
Filter by
55M results
Summary
Users cannot download or share completed research reports. Add export options for PDF and Markdown formats, plus a
copy-to-clipboard button.
Acceptance Criteria
- [ ] Download as Markdown ...
Summary
alert_rules.py public functions lack docstrings, reducing maintainability.
Environment
OS: Browser: Version:
Steps to Reproduce
Review alert_rules.py public functions. Check documentation ...
level1
nsoc26
背景
CODEX レビュー(PR #87, P3)で検出。OpenAPI と実装で date の扱いがズレている。
- docs/openapi.yaml CoordinateSuggestRequest: required: [tpo, date]、date は「着用日(天気取得に使用)」。
- 実装 backend/app/api/v1/schemas/outfits.py: date: ...
Context
A Codex workflow in the last 18 hours ran a targeted test while preparing PR #2814:
uv run pytest tests/dev/test_route_efficiency_report.py -q
The check passed, but generated coverage artifacts ...
Context
A Codex workflow in the last 18 hours was monitoring PR #2814 with the compact CI watcher. The first long-poll attempt
used flags that looked plausible but are not accepted by the script:
uv ...
背景
CODEX レビュー(PR #87)で検出。PR #87 は logging の最小ベースライン(INFO/ERROR ログ点+アクセスログミドルウェア)のみを実装。要件 8.3(MUST 条件)の全体は未実装。
要件 8.3(docs/requirements.md)
APP_ENV で切替:
| 環境 | 形式 | レベル | PII |
| --- | --- | --- | --- ...
Hi authors,
Thank you for releasing the PhysScore code and OpenReview submission.
I am currently conducting research related to evaluation metrics and benchmarking, particularly on the limitations of ...
Labels: enhancement gssoc-2026 level:intermediate type:feature
Description:
## Feature Request: Keyboard Shortcuts
### Problem
Users waste time clicking buttons. Keyboard shortcuts would speed up navigation. ...
Problem
_handle_note and _handle_call_api in phone_agent/actions/handler.py are no-op placeholders:
def _handle_note(self, action, width, height):
return ActionResult(True, False) # placeholder ...
背景
CODEX レビュー(PR #87)で検出。要件と実装が逆向き。
- 要件 TS-009(docs/requirements.md): default_region_code 未設定のユーザーが /outfits/suggest を呼ぶと 400 を返す。
- 現実装 backend/app/api/v1/routers/outfits.py: request.region_code ...

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.