Skip to content

pullrequests Search Results · language:B4X language:C++ language:JavaScript language:JavaScript language:JavaScript language:Ruby

Filter by

126M results  (2 s)

126M results

Some distributions (e.g. Fedora) ship only a shared RocksDB that exports RocksDB::rocksdb-shared rather than RocksDB::rocksdb. The CMake target selection now falls back to the shared target when the static ...

See Commits and Changes for more details. Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4) Can you help keep this open source service alive? 💖 Please ...
⤵️ pull

Pipelines as Code configuration removal

See Commits and Changes for more details. Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4) Can you help keep this open source service alive? 💖 Please ...
⤵️ pull

Motivation - Dostarczyć jednoznaczny, kodowy audyt sposobu, w jaki portfolio realizuje renderer, kamerę, system świateł, ładowanie GLB, materiały i prezentację brył 3D. - Utrzymać ślad decyzji ...
codex

작업 내용 녹색교회 페이지(greenchurch.html)의 「공장식 축산에 대한 신앙적 입장」 가안(검토 중) 카드를 완전히 삭제했습니다. - 카드 본문 전체 제거 (제목·가안(검토 중) 배너·본문 2단락) - 이 카드만 인용하던 참고자료 #3 공장식 축산 성명, #4 동물자유연대 「십자가를 진 동물」 도 함께 제거 - 남은 참고자료 번호 재정렬: ...

What changed - imported EXPLORATION_EVENT_CATEGORIES into AIVideoPassPanel Why Body Exploration video analysis referenced the exploration event category list at runtime but the shared AI pass panel ...

Motivation - Prevent double-incrementing of the game s week counter by removing the implicit gameState.currentWeek += 1 from processWeeklyTick so week advancement can be controlled elsewhere. Description ...
codex

…hreshold Root cause: the previous texture used warm gradient patches at 3–6% opacity, producing colour differences of only 3–7 RGB units over the white card background. This is well below the ~10–15 ...

The simulation engine was incrementing the currentWeek twice: once in the high-level runWeeklySimulation service and once in the core tickEngine. This caused the game to skip weeks. I removed the increment ...