pullrequests Search Results · language:Dune language:Python language:C# language:JavaScript language:TypeScript language:Java
Filter by
278M results
🤖 AI Security Remediation
🚨 Human approval required — please review before merging.
📊 Analysis
- Severity: HIGH
- Confidence: 85%
- Auto-fix allowed: False
📝 Summary
The application uses the ...
ai-remediation
needs-human-review
severity-high
📌 PR 개요
!-- 이번 PR에서 작업한 내용을 간단히 설명해 주세요. --
🔗 관련 이슈
!-- 관련된 이슈 번호를 작성해 주세요. -- !-- 예: close #12 --
🛠️ 작업 내용
!-- 작업한 내용을 리스트로 적어 주세요. --
💬 리뷰 요청 사항
!-- 리뷰어가 중점적으로 봐줬으면 하는 부분이 있다면 작성해 주세요. --
📌 특이 ...
🔧 chore
MINOR bump after the feature merge in #84 (global cross-world past lives, Dungeon-Train spawn reincarnation,
carriage-depth echo selection).
Per repo convention, version bumps land as a dedicated version: ...
Root-cause fix for the twice-occurred node_modules-in-commit incident (2026-06-12).
frontend/.gitignore and backend/.gitignore each carried a literal .gitignore entry — self-ignoring, so both files were ...
Symptom
After using a hotkey chord (hold-to-dictate RightCtrl+RightShift or toggle Ctrl+Shift+Space), a modifier key — typically
Shift — stays logically held down system-wide until the user physically ...
Bumps the dev-dependencies group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| @types/node | 25.9.2 | 25.9.3 |
| prettier | 3.8.3 | 3.8.4 |
| tsx | 4.22.3 | 4.22.4 |
| turbo | 2.9.16 | ...
dependencies
javascript
🤖 Generated with Claude Code
Small fixes raised in code review. Intentionally scoped to minor items only; the --use-ebignore bug, code deduplication,
and Python 2 leftovers are being handled in separate PRs.
Changes
- Zip compression ...
Summary
- Adds shared GlobalLoadingOverlay, EmptyState, and ErrorFallback components (under 100 lines each)
- Wires ErrorPage as the root AppErrorBoundary fallback; route chunk loading uses the same ...
概要
初回 release(apply)で見つかった2件の修正。
変更
1. functions deploy の bundling 失敗を修正 — deploy のバンドラは functions/deno.json(import map)を 自動で拾わず、postgres 等の bare specifier
の解決に失敗していた(serve は自動で拾うため ローカルでは顕在化しない)。config.toml ...