pullrequests Search Results · language:Dune language:Python language:JavaScript language:Ruby language:JavaScript
Filter by
167M results
essa feature adicionei um chat e paradigma orientado a Aspectos
Cambios
- Se corrige definitivamente pnpm-lock.yaml.
- Se elimina la configuración devEngines.packageManager.
- Se usa packageManager: pnpm@11.5.0 en package.json.
- Se regenera el lockfile para ...
Closes #40.
What landed
A new read-only /compare route that reads 1–3 translations of the same book/chapter and aligns them verse-by-verse,
reachable from a new Compare link in the reader header (which ...
What
Caption ::cue font-size was a fixed 28px — too small to read from the couch on the living-room TV.
Change
app/homeview/video.html:29 — font-size: clamp(28px, 2.6vw, 56px):
- ~42px @ 1080p, capped ...
Summary
- Freeze Phase 5 after PR #150 closeout and PR #151 SMOKE-001 fix.
- Mark T-778 complete and set Phase 5 status to FROZEN.
- Update final snapshot, orchestration log, and consolidation report ...
Summary
meson.validate() raised bare FileNotFoundError (Meson missing) or RuntimeError (Meson too old). Setup.execute calls it
directly, and the exception propagated all the way to entrypoint.error_handler, ...