Frigate NVR Updates: A Zoom Library Pin, Twice
A single third-party dependency bug forced two separate pins in one day, while a new AI contribution policy formalizes how PRs get reviewed going forward.
Duration: PT2M10S
Episode overview
This episode is a short developer briefing from Frigate NVR Updates.
It explains recent repository work in plain language.
- Show: Frigate NVR Updates
- Published: 2026-07-26T13:10:01Z
- Audio duration: PT2M10S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good evening, and welcome to Frigate NVR Updates for July 26, 2026.
Tonight's clearest signal: one misbehaving package caused real user-facing bugs and needed two rounds of fixes to fully contain.
The library in question is react-zoom-pan-pinch, used in the history player's zoom and pan controls. In PR 23809, the team pinned it to version 3.6.1 after tracing a frustrating bug: when the history player hides itself during scrubbing or while loading a new hour of footage, a resize observer introduced in version…
The same commit also fixed a date-picker bug affecting the review activity calendar. Between midnight and 1 AM, a flawed cutoff calculation was disabling the current day in export dialogs, and a timezone offset bug made it worse in certain regions. Both calendars now compute "today" once, in the correct time zone…
Second theme: process. PR 23805 added formal AI policy documentation to the repo, and it's already active—new PR descriptions now explicitly warn that unreviewed AI-generated submissions will be closed without review. That's a direct governance response, likely shaped by recent contribution patterns.
What's next: if you're pinning react-zoom-pan-pinch yourself, use…