You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix 3 compile errors in server.zig (Zig 0.15 compat)
1. @divTrunc for signed integer division (elapsed_ns / 1000)
2. Unwrap optional Doc before field access in time-travel GET
3. Pass allocator to cols.deinit(alloc) — Zig 0.15 ArrayList API
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments