Skip to content

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

Filter by

233k results  (363 ms)

233k results

Bumps shell-quote from 1.8.2 to 1.8.4.

git-lfs regenerates post-checkout, post-commit, post-merge, and pre-push into the husky hooks dir (core.hooksPath=.husky) on routine lfs/git operations. Only .husky/pre-commit (lint-staged) is ours and ...

On Apple-Silicon dev machines, test:e2e:playwright:docker renders amd64 under emulation, which is not byte-identical to CI s native amd64 (height drift, missing codicon glyphs) — so locally-generated snapshot ...

Summary - Add e1rm: number field to TrainingSession, computed at parse time in parseConjugateData - Update predictE1RM to accept TrainingSession[] instead of Map string, number , moving the best-per-date ...

Extend the plugin with two setup commands that codify the manual setup performed across five Flutter monorepos (keiko, altrupets, vertivo, aduanext, habitanexus) and the dojo-os Storybook pillar+atomic ...

概要 SubmitReviewForm が form.status === submitted を確認後に ReviewFormRepository.update() を呼ぶが、UPDATE の WHERE に status != submitted がない。並行提出で後の回答が先の回答を上書きする。 該当箇所 - api/src/infrastructure/review/review-form-repository.ts ...
bug

概要 AttendanceRecordRepository.update() の WHERE が id のみ。並行退勤リクエストが両方成功し、2回目が1回目の退勤時刻を上書きする。 該当箇所 - api/src/infrastructure/attendance/attendance-record-repository.ts 行 76 修正方針 .where(and(eq(attendanceRecords.id, ...
bug

現象 src/components/DataToolbar.tsx の「形式: F1, F2, F3, S1, S2, S3, Winner, Date, Ratio, CreatedAt」が直書きで、英語 UI でも日本語のまま表示される。 修正方針 i18n キー(例: dataToolbar.formatNote)を ja/en 辞書に追加して t() 経由にする。

現象 remote モードで未ログインのまま CSV インポートすると、userId 無しで addBatch され Firestore rules に全件拒否され「一括登録に失敗しました。」とだけ表示される。MatchForm の手動登録には未ログインガードがあるのに、インポートには無い。 修正方針 useCsvImport に認証状態を渡し、remote(認証有効)かつ未ログインならファイル読込前に ...

現象 remote モードで試合を追加した直後、latency compensation の onSnapshot では createdAt(serverTimestamp) が null で届くため、登録日時が「-」表示になり、createdAt 降順ソートが NaN 比較になる。null が localStorage キャッシュにも書き込まれる。 原因 src/storage/RemoteAdapter.ts ...
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.