pullrequests Search Results · language:Dune language:Python language:Java language:JavaScript language:JavaScript language:PHP
Filter by
197M results
- 自分のプレイ環境用のため、マルチサーバーの動作は未サポート且つ対応予定無し
- runClient、runGameTestServer、実環境での動作は確認済み
- レビューはfalse時にリグレッションが発生しないかの観点のみでよく、true時は基本動作は自己責任扱いになります。(そのため意図的に説明も削っています)
1.21.1
bug
Closes #34 Closes #36
변경 내역
- utils/csrf.py 신규 생성 — get_or_create_csrf_token() / verify_csrf() 공통 헬퍼 (challenge.py 수정 없음)
- routes/delivery.py — analyze() 상단 verify_csrf() 호출, delivery_page() / manual_page() ...
ai:needs-human
🤖 AI Security Remediation
🟢 Auto-merge eligible — will merge after CI passes.
📊 Analysis
- Severity: MEDIUM
- Confidence: 85%
- Auto-fix allowed: True
📝 Summary
The ping endpoint in the application ...
ai-remediation
severity-medium
问题
多空填空题(如 I (go) ___ to school. We (prepare) ___ for Sports Day. )中,用户正确填入 go 和 are preparing ,但系统永远提示 回答错误 。
原因
renderFillQuestion 为多个空位生成了多个 input,但它们共用 id= fillInput 。attachFillListeners 只通过 getElementById ...
work_log.md에 AI 인사이트 직원 1단계(PR #620) 기록 + 2단계(물어보기) 다음 작업 메모.
https://claude.ai/code/session_017hQsAf6Tx76YXhYcsMzj2J
Generated by Claude Code
🤖 AI-Powered Solution Draft
This pull request is being automatically generated to solve issue #28.
📋 Issue Reference
Fixes #28
🚧 Status
Work in Progress - The AI assistant is currently analyzing and ...
Problem
src/pwa.js shipped a literal placeholder:
const VAPID_PUBLIC_KEY = VAPID_PUBLIC_KEY ;
scripts/build.js never substitutes it, so the deployed client called pushManager.subscribe() with an ...