issues Search Results · language:Dune language:TypeScript language:JavaScript language:PHP language:JavaScript linked:pr
Filter by
5.6M results
Please can you add support for non-local connections. I run ST over a reverse proxy with docker for each service.
Docker Setup:
- tavern
- ollama
- obsidian
- traefik (reverse proxy)
- keycloak ...
Summary
Math.floor(date.getTime() / 1000) appears inline in 11+ locations across command files to convert a Date to a Unix
timestamp for Discord t: formatting. The inline math is easy to get wrong and ...
refactor
現象
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 ...
現象
シーズン切替や試合削除で件数が減ると、MatchList の currentPage が totalPages を超えたまま残り、空のテーブルと「10 / 2 ページ」のような不整合表示になる。
原因
src/components/MatchList.tsx は currentPage state を matches / pageSize の変化に対してクランプしていない。
修正方針 ...
Summary
The pattern .slice(0, DISCORD_SELECT_LABEL_MAX) (and variants with DISCORD_AUTOCOMPLETE_DESC_MAX) appears inline in 15+
locations. The constants are already in src/config/textLimits.ts but the ...
refactor
Description
Multiple active OMP sessions crashed with the same uncaught renderer exception:
- Error: EIO: i/o error, write
- fd: 5
- syscall: write
- errno: -5
- stack path: writeFast - #safeWrite ...
bug
platform:macos
prio:p1
triaged
tui
With OTel traces enabled, span links render in the trace view span detail under References as View Linked Span entries.
Clicking one opens a new Explore pane that shows the current trace again, not the ...
1. 작업 개요
사용자/관리자 로그인 API의 스펙 문서와 실제 FE/BE 구현이 서로 다른 필드명을 사용합니다. 현재 프론트와 백엔드는 대체로 서로 맞춰져 있지만, 스펙을 기준으로 구현하거나 외부 계약 문서로 공유하면 요청/응답
필드가 어긋납니다.
2. 작업 대상
- [x] specs
- [x] backend-auth
- [x] user-frontend ...
docs

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.