issues Search Results · language:Dune language:Python language:TypeScript language:JavaScript language:TypeScript linked:pr
Filter by
7.9M results
Summary
Add a preview-only developer authentication provider so that contributors can log into Vercel Preview deployments
without relying on Google OAuth.
Google OAuth requires exact redirect URIs and ...
_rewrite() is easy to confuse with the public write() and update() methods at a glance. Rename it to _rewrite_jsonl() to
make the substrate-specific nature clear and reduce ambiguity.
Chapter 7
🐛 Bug - 빌드 에러 수정
!-- 위 작업내용 주석에 어떤 오류인지 적어주세요--
🕵️♀️ Condition
!-- 아래에 버그가 발생한 상황을 적어주세요 -- 빌드 에러 수정
📝 Description
!-- 아래에 버그가 발생한 상황을 적어주세요 -- 빌드 에러 수정
✅ To Do List
!-- 아래에 수정 사항을 적어주세요 PR 날릴 ...
🐛 bug
👷 ci
Parent bounty: #743
Mirrors #6576 because the original report is not owned by this account.
Bug
createJobSchema validates budgetMin and budgetMax separately as non-negative numbers, but it does not ...
Summary
Migrate the native desktop app TS agent worker from the minimal OpenAI-only provider setup toward the TypeScript model
provider runtime described by the local migration design.
Scope
- Add ...
Resolves the error-caching question left open on #321 (third comment there proposed cache errors by default + re-execute
flag ).
Decision (2026-06-11)
Errors are never cached. A failed notebook execution ...
概要
create-room-reservation.ts が予約作成時に room_id の存在を確認しない。FK 制約も無いため、存在しない会議室 ID で予約が作られる。
問題
api/src/application/room/create-room-reservation.ts
- roomId が rooms テーブルに存在するか確認していない
- migration に ...
bug
概要
api/src/interface/room/availability/route.ts が予約一覧を取得する際に LIMIT を設定しておらず、特定条件下で大量データを返す可能性がある。
問題
- 時間範囲を広く指定された場合、対象会議室の全予約が返される
- 予約件数が多い会議室では DoS ベクタになりうる
修正方針
api/src/interface/room/availability/route.ts ...
bug
概要
delete-room.ts が findById で存在確認後に D1 batch で削除するが、確認と削除が非アトミック。並行削除で本来 404 を返すべき場面で 204 を返す。
問題
api/src/application/room/delete-room.ts
- findById → D1 batch DELETE の間に別の管理者が先に削除すると、batch は 0行削除でサイレント ...
bug
Summary
Track the Codex session hygiene and local developer-loop reliability cleanup currently implemented in PR #840.
Scope
- Document Codex session hygiene recommendations.
- Add a concise Codex ...
agent:codex
chore
docs
documentation

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.