Skip to content

pullrequests Search Results · language:Dune language:TypeScript language:JavaScript language:Java language:Python language:Python

Filter by

262M results  (2 s)

262M results

Summary - Writes 4 episode JSON drafts for week 2026-06-22 to src/lib/wordlore-content/drafts/2026-06-22/ - Moves LUNATIC, BARBARIAN, BEDLAM, NOSTALGIA from available[] to used[] in word-pipeline.json ...

Motivation - 상품 목록 조회에서 DB 문서 전체를 그대로 내려주는 부분(itemsRaw spread)이 응답 payload와 쿼리 비용의 병목 후보여서 필요한 필드만 조회하도록 개선했습니다. Description - app/api/products/route.ts에 productListProjection을 추가하고 일반 목록 분기(preview=1 ...
codex

Summary - 벤치마크 탭마다 동일 파라미터의 plotly_chart가 반복 생성되어 자동 생성 ID가 충돌하던 StreamlitDuplicateElementId 오류를 bm_name 기반 고유 key로 해결 - 전체 비교 탭의 차트 2개에도 고유 key 부여 Test plan - [x] 코드 리뷰: 모든 st.plotly_chart 호출에 ...

- Added flag-color-based themes to all 36 teams that previously had none, so every team in the tournament can now be selected as a favorite - Removed the hasTheme gate in TeamPickerScreen that ...

@coderabbitai ignore 💡 개요 Issue Number: #160 QA 완료된 dev 베이스라인 + 프로덕션 정식 배포(cutover) 설정을 main에 반영합니다. 이 브랜치는 dev를 머지한 상태라 diff에 dev의 QA 커밋이 함께 포함되며, 이 PR 하나로 prod이 최종 형상이 됩니다. 🪐 주요 변경 사항 cutover 핵심 ...

Closes #2987 _extract_scale_offset returned the 1.0 / 0.0 identity default whenever a SCALE or OFFSET value failed to parse as a float, so a malformed item read the same as a missing one. Under mask_and_scale=True ...
performance

Fixes the comparison returns empty in older timeframes you hit. Diagnosed: not a bug — the dev seed only held ~1 year of history (DAYS_TO_GENERATE = 252), so any comparison window before the data floor ...