pullrequests Search Results · language:Edge language:TypeScript language:HTML is:public language:JavaScript is:merged
Filter by
112M results
Summary
- Replaces the (wrong) Python re-render path with the native WebAudio DSP chain that already exists in
shared-audio-graph.ts — moving a slider now changes the sound on the next audio block, ...
Port of Zoo-Code #317 (refs #227).
GeminiHandler.getModel() resolved the model id with modelId in geminiModels, which (1) silently swapped custom Gemini
ids not in geminiModels (e.g. gemini-3.5-flash) ...
- 라운드 점검/증강 선택/카운트다운 동안 배경 시간대를 완전히 고정 (라운드 중에만 흐르도록, AI·친구 모드 공통 DayNightSky)
- AI 대결 시작 시 카운트다운 전에 사과가 한 프레임 보이던 문제 제거 (라운드 시작 시점에 보드를 그림 — 온라인 흐름과 동일)
- 소수의 길: 10~20 소수만 인정 (11·13·17·19), 21 이상 ...
Motivation
- Turn the previous static mock into a playable phase-driven loop so only the UI relevant to the current phase is
shown and the player must draw and consume cards.
- Centralize runtime ...
codex
styles.css/app.js/i18n.js에 버전 쿼리(?v=)를 붙여 브라우저·CDN이 옛 캐시 대신 최신 파일을 가져오도록 함. index.html은 새 .mission-float 마크업인데
styles.css가 옛 캐시로 로드돼 패널 위치가 깨지던 문제 수정. (미션 카드/리본/이모지 등 기존 클래스만 적용되고 신규 .mission-float* 규칙이 ...
The New Job form was seeding J# with a hardcoded ${YYMM}000 placeholder — the same starting value every time, so
operators had to remember to tick it up manually and collisions were easy to miss. With ...