Results 171 comments of R. Belmont

The obvious workaround ``` if (m_last_sync > next_sync) { return; } ``` immediately after `u64 next_sync = time_to_cycles(machine().time());` worked seemingly fine (the disk mounted successfully and opened a Finder window),...