pullrequests Search Results · language:Dune language:HTML language:JavaScript language:JavaScript language:Python language:Python
Filter by
178M results
Added a playful MEOW🐱 line to the README.
Brings the BVTech MSP Command Center v32.1 suite into the repo and starts porting it natively into Pulse.
Archive
- Full suite under command-center/ as the porting source-of-truth.
- command-center/PORTING.md ...
Closes #108 Closes #109 Closes #110 Closes #111
Issues
- #108 Issue 027: Add scanner-only F3 comparison: ft_py vs fl.dat
- #109 Issue 028: Add buffered ridge overlap and distance metrics for sparse ...
This PR updates the maintenance summary file with the actions taken on 2026-06-30.
!-- This is an auto-generated comment: release notes by coderabbit.ai --
What
Updates MAINTENANCE.md with the 2026-06-30 ...
- Create DESIGN_SYSTEM.md documenting color tokens, typography, components, animations, theme system, responsive
strategy, icons, and toast usage
- Update ARCHITECTURE.md: expand database schema ...
Summary
- add --hydrate-limit to search, backlinks, and related for incomplete Markdown graphs
- hydrate up to N query/target-matching source pages before returning basic retrieval results
- include ...
Problem
The old extractExpenseDetails used a single rigid regex requiring exact field order. If Submission Source came before
Attached Filename, the entire parser failed with Regex failed to match message ...
Problem
codelens secrets crashed on Windows because scripts/secrets_engine.py used signal.signal(signal.SIGALRM, ...) to enforce
a per-file regex timeout. SIGALRM is a POSIX-only signal — it does not ...
What
Added missing package to devDependencies: debug.
Why
CI failed with Cannot find module debug .
Root cause: NPM package debug is missing from package.json dependencies.
DevMend confidence: 🟢 100% ...