issues Search Results · language:Dune language:HTML language:JavaScript language:JavaScript linked:pr language:JavaScript
Filter by
2.3M results
User Story
As a policyholder, I want downloadable policy summaries and claim receipt documents so that I can keep shareable records
of my insurance activity.
Background
The BRD prioritizes downloadable ...
backend
frontend
Audit of docs/api/capabilities/index.html (live: https://vamseeachanta.github.io/digitalmodel/capabilities/) against
what has actually shipped to main. Several shipped, tested capabilities are not listed. ...
Summary
As of HEAD (v2.13.0, 49 tools confirmed by counting name : entries inside list_tools() in src/mcp.rs), several
docs/manifests were never updated past earlier releases. server.json was already ...
Where
src/grpc.rs (300 lines, entire module gated #[cfg(feature = grpc )]).
Gap
- src/grpc.rs contains 0 #[test] functions.
- None of the 8 workflows in .github/workflows/ (clawhub-publish.yml, ...
Where
src/db.rs:242-254 in Database::open:
let manager = SqliteConnectionManager::file(path).with_init(move |c| {
c.execute_batch( format!(
PRAGMA journal_mode=WAL; ... PRAGMA busy_timeout={busy_timeout_ms}; ...
Where
src/schema.rs:462 inside migrate_from_v0_1:
let key = format!( migrated-{} , id[..id.len().min(20)]);
Bug
id is a str and id.len() returns a byte length, but id[..n] is a byte-index slice. ...
Background
The site footer is a small, hardcoded strip with colored social chips and no CMS control over its links or columns. The
[SSW Website Redesign (Alex
Blum)](https://www.figma.com/design/cXnKgs11UOW05fxJ1lwm35/SSW-Website-Redesign---Alex-Blum?node-id=11142-3369 ...
Summary
src/claude-code/state-store.js:110 exposes sweepStaleSessions(maxAgeHours = 24) but the only caller,
src/claude-code/handlers/session-start.js:43, passes the default 24 with no override and no ...
claude-code
enhancement
Summary
src/claude-code/install.js:700-706 re-uses runStart when --daemon is set. daemon.js:200-207 bails out early with
alreadyRunning: true if the lockfile points at a live pid, regardless of whether ...
bug
claude-code
Summary
src/claude-code/hooks.js:122-141 resolves dispatch and getKnownRepos from opts (so tests can inject fakes) but
unconditionally uses the module-level stateStore require and module-level dispatchClient: ...
claude-code
refactor

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.