Files
aprsd/aprsd
hemna 868cb8c3dc fix: remove mutable class-level data: list = [] from RingBuffer (#269)
The class-level annotation 'data: list = []' creates a single list shared
among all instances.  While __init__ already rebinds self.data = [], the
class-level default is confusing and fragile.

Remove the class-level default; move the annotation to __init__.

Closes #250
2026-08-28 14:36:59 -04:00
..
2025-12-11 09:31:11 -05:00
2026-01-05 17:00:03 -05:00
2026-01-05 17:00:03 -05:00
2026-01-21 17:53:39 -05:00
2025-10-07 14:11:54 -04:00
2026-01-05 17:00:03 -05:00