pullrequests Search Results · language:Dune language:Python language:JavaScript language:JavaScript language:HTML is:unmerged
Filter by
74.8M results
📋 Weekly Changelog
Period: 2026-06-05 to 2026-06-12
📊 Quick Stats
- Active Repositories: 17/85
- 📦 Commits: 90 | 🔀 Pull Requests: 55 | ❗️ Issues: 16
📝 Changes
No categorized changes found in changelogs ...
automated
changelog
condensed
In fizzbuzz.py:fizzbuzz(), handle n%15==0 BEFORE n%3 and n%5, returning FizzBuzz for multiples of 15, Fizz for multiples
of 3, Buzz for multiples of 5, and str(n) otherwise. Do NOT edit tests/.
Task: ...
Introduce a mutually_exclusive() helper function to standardize validation of conflicting CLI flags across the codebase,
replacing repetitive manual checks with a single declarative call.
Summary
This ...
概要
魂のパッシブスキル(PART_SKILLS: 職業×部位ごとに魂Lv1/3/5/7/10で解放されるステータス加算)を廃止し、部位ごとのステータス成長度で魂の個性を表現するようにした。
※ 職業ランクのユニークパッシブ(JOB_PASSIVES/連撃・かばう等)は職業帰属のため対象外・維持。
変更内容
souls.js
- PART_SKILLS を削除し、PART_GROWTH(部位ごとの成長倍率)を導入 ...
발화 언어 선택(#404) 후속. 영어 발화로 강의를 만들어도 음성 라벨·퀴즈·예상질문이 한국어/고정값으로 나오던 문제를 강의 발화 언어(lecture.voice_lang)에 맞춰 정리하고, 예상 질문은 질문까지
자동 생성하도록 확장한다.
변경 (교수자 요청 4건)
1. 음성 라벨 고정 버그 — WorkArea 의 하두진 교수 톤 학습 모델 고정 문구를 ...
Summary
- replace Lanyard Rapier ref anys with RapierRigidBody in both TypeScript variants
- add typed meshline refs and JSX element declarations
- type pointer events and align setAngvel with Rapier ...
closes #505
Registra a conclusão integral do P1 (7 itens, PRs #32 #34 #35) com evidências de commit e testes. Corrige nota do P0-4
(dry_run não é mutável via PATCH /v1/config). Substitui sequência linear P0→P3 pelo ...