Skip to content

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

Filter by

175M results  (2 s)

175M results

Summary 24 new tests covering previously untested areas: DB (12 tests): - Orgs: create, get, duplicate, getByDomain, setOrgSlack - Users: create, get, getByEmail, duplicate email, upsertUser Web ...

Addresses #7623 Schema attributes ending in src existed only to work with Chart Studio features, so they are no longer necessary This PR: - Removes all *src attributes and associated logic - Removes ...

Summary - Add projection gates for redacted reviewRoute / closureOutcome and mirror em-dash formatting when projection returns null. - Add integration tests on qualifying case closeout, near-catastrophe, ...

Part of Round 6 manual-testing fixes. - #3 While Bladesong is active, weapon attack damage rolls now use MAX(weapon s default mod, INT) via new getWeaponAbilityMod/getBladesongWeaponBonus at every ...

Part of Round 6 manual-testing fixes. - #5 _addFeatureEntries() dumped every race entry with no level gate (a L1 Aasimar got the L3 Celestial Revelation). Added generic anchored level-gate parser ...

Merge pull request #1200 from Micholn/main

Summary - Switch CanvasView to Pointer Events so two-finger pinch works on iPad alongside existing mouse drag and wheel zoom. - Add +/-/reset zoom buttons overlay to both 2D panels (Composite, Target) ...

Motivation - Provide a fast second‑monitor Storyteller dashboard for live play focused on AI‑assisted V5 NPC generation. - Keep OpenAI API keys and model calls server‑side and enable structured JSON ...
codex

This PR optimizes the dashboard rendering performance by consolidating multiple iterations over the homework list into a single pass. Previously, renderDashboard made three separate $O(N)$ passes to calculate ...

Part of Round 6 manual-testing fixes. - #11 New generic predicate isPrimalFocusReminderAbility keeps methods (Singular Focus, Groundshatter) and already-applied effects (Pursuit) out of the remember ...