Files
hyperframes/packages/lint
Tzuhany 3569293c66 fix(lint): float slop in overlapping_clips_same_track compare (#1851)
parseFloat('0.1') + parseFloat('0.2') = 0.30000000000000004, so authored
adjacencies whose sum is exact in decimal drift a few ulps and fire the
overlap rule under the strict compare.

Compare on end - start > 1e-6 instead — 11 orders above the worst observed
drift, 4 below one 60fps frame.
2026-07-01 19:58:27 -07:00
..
2026-07-01 14:57:39 -07:00