Skip to content

issues Search Results · language:Dune language:TypeScript language:JavaScript language:TypeScript language:Java linked:pr

Filter by

6.6M results  (345 ms)

6.6M results

概要 Web の詳細ページが、API の 401 / 403 / 5xx / 503 を一律「404 ページが見つかりません」(または汎用失敗)に潰してしまう。セッションが詳細ページ滞在中に失効すると、/login へ誘導されず「ページが見つかりません」が出るため、利用者・運用者ともに原因が分からない。 根拠 - GET フェッチャはステータスを区別せず Error 化する。例: web/lib/api/get-expense-detail.ts:11-13 ...
bug
priority:medium

概要 CLI のエラーメッセージが実用的でなく、特に「未ログイン / トークン失効 (401)」と「API へ接続できない」のよくある 2 ケースで、利用者(および AI 駆動の自動化)が次に何をすべきか分からない。 1. 401 時に karte login への誘導が無い - 未ログイン時 loadConfig は token: null を返し(cli/lib/config/config.ts:38)、createClient ...
enhancement

概要 トップレベル karte --help(cli/index.ts:5-130 のハードコード HELP 文字列)に、実際には登録済みで動作する 14 のコマンド群が一切載っていない。AI / 自動化から駆動される CLI にとってトップレベルヘルプは主要な発見経路であり、知らないと到達できない機能が多数ある。 欠落しているコマンド群(いずれも登録済み・動作する) antisocial-check(6), ...
bug
documentation

概要 .docs/architecture.md は「日付は ISO 8601 (YYYY-MM-DD) を強制」と謳っているが、2 点の漏れがある。 1. ISO 強制が漏れている日付フィールド - api/src/interface/certificate-request/certificate-requests/route.ts:15 および .../[id]/route.ts:68 ...
bug

概要 二重処理(TOCTOU)防止の要となっている一意・部分インデックスのいくつかが raw SQL マイグレーション (migrations/*.sql) にしか存在せず、Drizzle の api/src/schema.ts に宣言が無い。実 DB にはインデックスが効いているので現状の防御は本物だが、schema.ts を正とした drizzle-kit の push / 再生成を行うとこれらが暗黙に欠落し、後述の ...
bug
priority:medium

概要 研修受講完了の score が無制限の z.number() で受け付けられ、INTEGER 列へ流れ込む。他のスコア系フィールド(評価・目標)は .int().min(0).max(100) で揃っているのに、ここだけ非対称な検証漏れになっている。 score: 99.9(小数)、score: -50(負)、score: 1e20(巨大値)がそのまま通る。小数は INTEGER affinity ...
bug
priority:medium

概要 CLI のトークン保存 (saveConfig) は新規作成時こそ 0600 で書き込むが、既存ファイルがある場合はパーミッションが再適用されない。writeFile(path, ..., { mode }) の mode はファイル新規作成時のみ有効で、既存ファイルへの上書き時は無視される(実機で確認: 事前に 0644 で用意したファイルへ writeFile(..., {mode:0o600}) ...
priority:medium
security

Summary With Authentication required enabled, clicking the Web UI button opens Transmission s web interface but it shows an empty torrent list ( 0 total torrents ). Re-entering the URL address bar and ...

- Implemented limited capability performance indicator - Disabled Google Authentication temporarily - Improved mobile responsiveness on Landing and Dashboard pages
Issue origami icon

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 Issues
ProTip! Restrict your search to the title by using the in:title qualifier.
Issue origami icon

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 Issues
ProTip! Restrict your search to the title by using the in:title qualifier.