issues Search Results · language:Dune language:TypeScript language:JavaScript language:Go language:Java language:JavaScript
Filter by
15.3M results
問題
GET /api/reports/quality-summary(server/index.ts:1191-1232)が全テスト・欠陥・マイルストーンをメモリに読み込んでから JavaScript 側で集計している。
const allTests = await db.select().from(schema.testItems) // 全件
const allDefects = await ...
performance
Summary
Image priority / OptimizedImage priority emits the body-side img … fetchpriority= high but not the matching head-side
link rel= preload as= image imagesrcset imagesizes fetchpriority= high . ...
okamoさん、今回は心を鬼にしてコメントするわ。
1. app/actions.ts のコメント不足 runAgentAction 関数やツールの宣言部分、中身が複雑なのに説明コメントが全然ないから設計意図がわからないの😩 Why(なぜこの処理やループが必要か)
を書くだけでみんなが救われるの。whyコメントは他の開発メンバーへの愛よ❤️
2. lib/bigquery-client.ts ...
Contexto
O Fix B3 (PR #1188) deixou check_availability consciente da duração total de múltiplos serviços (service_names[],
backend soma via getTotalServiceDuration). Mas createAppointment (src/lib/ai/chatbot.ts:1703) ...
問題
server/db/schema.ts の主要テーブル(milestones、deliverables、defects、testItems 等)の systemId カラムにインデックスが定義されていない。
全ての system-scoped クエリ(WHERE systemId = ?)が full table scan になっている。
影響
- データ件数が増えるにつれてクエリが線形に遅くなる ...
performance
The map view sidebar should mostly be configurable (included datasets and structure) without changes to the FE code and
its state should be stored in the database.
SidebarGroup objects (e.g. assets, hazards, ...
問題
エンドポイントによってエラーレスポンスの形状が異なる:
- { error: string } のみ
- { error: string, details: unknown }
- 裸の配列(エラーが配列と区別できない)
- HTTP ステータスコードも 400/404/500 の使い分けが不統一
影響
- クライアントがエンドポイントごとに個別のエラーハンドリングを書かなければならない ...
improvement
問題
DELETE /api/systems/:id のカスケード削除処理(server/index.ts:232-304)で 28 個の DELETE を逐次実行しているが、トランザクションで囲まれていない。
途中で失敗した場合、削除済みテーブルと未削除テーブルが混在した状態になる。
影響
- 孤立レコードが蓄積され DB が汚染される
- 再試行してもシステム参照が壊れていると一部クエリが失敗する ...
bug
I pasted an image into the conversation with the prompt Describe this image.
The LLM (Minimax M2.7) indicated that no image was attached, even though the image content had been correctly analyzed
by the ...

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.