Skip to content

pullrequests Search Results · language:Dune language:Python language:JavaScript language:Java language:C# language:Java is:merged

Filter by

118M results  (2 s)

118M results

문제 배포해도 변경이 바로 안 보이는 문제. 원인: index.html은 network-first(no-store)라 신선하지만, 그 안의 script src= design_references/*.jsx 엔 버전 쿼리가 없어 CDN/브라우저가 옛 jsx를 잡고 있었음. 처방 - 23개 jsx 스크립트 src에 ?v=EC_VER 추가. - .githooks/pre-commit이 ...

Summary - adds S02e current/rate-constrained drift study for ticket 1781011483.1234.10c43e9a - reproduces raw ROOT selected-count gate and S02/S02b reference numbers before modeling - compares amplitude-binned/global ...

The Dossier pane is now interactive — the simulated dossier. Circumstance knobs (Lesson type + Grade band, persisted) re-resolve the bundle live: each item is marked required/recommended/optional for this ...

Motivation - Loại bỏ việc quick-view suy diễn khuyến mại từ Description/TechnicalSpecifications vì nội dung cũ bị parse sai và khó kiểm soát. - Cho phép admin định nghĩa khuyến mại cho từng Product ...
codex

probeContactEdit confirmed the correct PEAK edit endpoint: POST /contacts/edit with PeakContacts.contacts as a single object. PUT-then-GET verification proved name, taxNumber, and address all persist. ...

작업내용 - updaterCode JSON 미노출 버그 수정 - 원인: Spring Data JPA native query + interface projection 조합에서 nullable BIGINT 컬럼을 Long getter로 매핑 시 변환 실패 → null 반환 → 전역 non_null 설정으로 JSON에서 제거됨 ...