Skip to content

pullrequests Search Results · language:Edge language:TypeScript language:HTML language:Vue language:JavaScript language:CSS

Filter by

54.9M results  (2 s)

54.9M results

Root Cause Fix Auto-war was creating campaigns with `committedArmy` but never deducting from battalion sizes. This meant: - Fortress kept all its army while campaign had committed army on paper - ...

💡 What: Refactored scroll event listeners in Hero.tsx (old and new) and Manifesto.tsx to dynamically cache offsetTop and offsetHeight dimensions using a resize event listener. 🎯 Why: Previously, the components ...

- Filter type=message notifications out of the bell badge and modal (chat icon already shows unread message count — no need to duplicate) - Badge position: top-1 right-1 → -top-0.5 -right-0.5 to ...

Summary - apply indicator(timeframe=...) to runtime timeframe metadata - expose seconds/tick timeframe flags through timeframe.* - add compatibility coverage for seconds and daily declaration metadata ...

Purpose Re-arm the two design-system guard e2e specs so they police the shipped code again, restoring a green baseline that PR-B / PR-C can be checked against. Both specs had drifted dead/wrong after ...

Summary - ocr_all_frames in scripts/decode.py ran tesseract with text=True, forcing UTF-8 decoding of its stderr. Some tesseract builds emit non-UTF-8 bytes there, so subprocess.run raised UnicodeDecodeError: ...

Bumps the docker-compose group with 1 update: traefik. Updates traefik from 3.6 to v3.7.1 ![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=traefik ...
dependencies
docker_compose

Summary Ships Phase 3 of RFC-0018 (In-Soul Journey Pattern), resolving OQ-8 + OQ-10 from the 2026-05-28 operator walkthrough: - Tessellation§13RuleRegistry (orchestrator/src/tessellation/rule-registry.ts) ...

Memoized the results of external command executions in src/cache-utils.ts to reduce redundant process spawns. This optimization is especially beneficial in monorepo environments where configuration checks ...