Ray Tien
Ray Tien
**Current behavior:** Validation happens during execution after index loading. #8925 ### What's being changed: Validation happens at parse stage before expensive operations. ### Review checklist - [ ] Documentation has...
Allow users to specify a custom hostname/IP for microk8s config output using --server flag or persistent config file at $SNAP_DATA/args/config-server. Supports IPv4, IPv6 (bracketed), and optional custom port. #### Summary...
- Replaced bit-by-bit loops in HScanForEdge with word-level processing using hardware population count (POPCNT). - Added helper to handle 32-bit word alignment and boundary masking efficiently. - Optimized VScanForEdge by...
## Change Description - Replace O(n) list.remove() with O(1) set operations for tracking active indices - Use pop() instead of remove() in whitespace merge since prev_result is always last -...
Replace std::sort with std::nth_element for median calculation in IndexLSH training.
Add OpenMP parallelization to compute_residuals function. This addresses the TODO comment about parallelization. Changes: - Add #pragma omp parallel for to residual computation loop - Use if(n > 1000) to...
- Add preview button (Eye icon) next to InsertMenu - Toggle between edit and preview mode - Support Cmd/Ctrl+Shift+P keyboard shortcut - Reuse MemoContent component for rendering Closes #5390
## Problem When a GitHub Actions job fails and is retried, the current implementation creates a **new branch** because branch names include timestamps: ``` claude/issue-123-20250103-1430 claude/issue-123-20250103-1445