issues Search Results · language:Edge language:Python linked:pr language:Python language:JavaScript language:TypeScript
Filter by
7.8M results
概要
認証済みレイアウト(src/routes/_auth.tsx)のナビゲーションラベルがすべて英語ハードコードされており、言語設定が日本語でも英語で表示される。
根本原因
src/routes/_auth.tsx:
// デスクトップサイドバー・モバイルボトムナビの両方で英語固定
const NAV_ITEMS = [
{ to: / as const, icon: Home, ...
bug
i18n
minor
概要
アイテム詳細画面(_auth.items.$itemId.tsx)の 情報タブ および ロットタブ で、購入日・賞味期限の表示に toLocaleDateString()
をロケール引数なしで呼んでいる。英語設定に切り替えてもシステムのデフォルトロケールで表示される。
根本原因
src/routes/_auth.items.$itemId.tsx:
// 情報タブ(lines 303, ...
bug
i18n
minor
Question
Does ReadFile tool description contain guidance on fetching web pages and other available uris?
Context
ReadFile behavior and docs seem to be out of sync:
- Guidance in system prompt recommends ...
documentation
prompting
question
tool
triaged
キーワード
- シミュレーション
- 区間
- 高速化
- 不変条件
- 一度成立した性質が、自身の効力で維持される
- 先頭から確定
- 再帰的な構造
- 連想配列
基本形
- 愚直な実装だと O(N ^ 2)
-
問題特有の難しさ
- 要素を追加すると、先頭まで更新が広がる可能性がある
- 塗り替えがどこまで発生するかが非自明
難しさの原因 ...
설명
src/features/fish-list/view.js:74에서 item.imageUrl을 escapeHtml/safeSpriteUrl 처리 없이 img src= ... 속성에 직접 보간합니다.
// 현재 (취약)
` img src= ${item.imageUrl} ... `
// 올바른 수정
` img src= ${escapeHtml(safeSpriteUrl(item.imageUrl))} ...
bug
security
Goal
Linked accounts only chart from link-day forward. SnapTrade s per-account activities endpoint returns full transaction
history (verified: 550 records back to 2026-03-02 for one account), so past ...
area:reporting
type:feature
Problem
When a cron job fails, the notification delivered to the user contains only the bare exception message:
⚠️ Cron job nightlab-auto failed:
RuntimeError: [Errno 32] Broken pipe
To actually diagnose ...
Summary
Phase 2 of the pre-launch hardening plan: harden the Node.js AI provider client (services/ai.ts) so prompt edits
survive 429 bursts, reject invalid/drifted responses, and surface refusals safely. ...
ai
bug
enhancement
hardening
testing
Motivation
The Quickstart at docs/guides/01-getting-started/quickstart.md is what the marketing site renders at
mcp-rune.dev/docs/quickstart and what the site s CLI page links to as Read the Quickstart ...
documentation
리뷰 대상 커밋 (2026-06-09, 최근 24시간)
| SHA | PR | 설명 |
| --- | --- | --- |
| 243bdfb | #16 | fix: DeptMultiSelect 외부 클릭 닫기, searchByText lockYN 별칭 |
| 0b0512a | #15 | fix: DDH 기사 D/Z 송고+KILL 버튼 추가, 미디어 탭 설명 ...

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.