issues Search Results · language:Dune language:Python language:JavaScript linked:pr language:JavaScript language:JavaScript
Filter by
4.6M results
Summary
The 70% coverage gate measures whether tests execute lines, not whether they catch bugs. Core logic can have 100% line
coverage with no assertion that would fail if the logic were mutated.
Proposed ...
feature
Summary
Bash scripts in .claude/hooks/ and .claude/scripts/ have no static analysis gate. Shellcheck errors accumulate silently;
formatting is inconsistent. set -euo pipefail discipline is unenforced. ...
feature
Summary
go.md references golangci-lint run but no .golangci.yml baseline is scaffolded. Complexity and duplication caps are
unset, so the linter runs with defaults.
Proposed solution
Add .golangci.yml ...
feature
Summary
The scaffold has Python, Go, and TypeScript quality conventions. Rust has no equivalent — no clippy config, no just
recipes, no rule file for agents.
Proposed solution
- .cargo/config.toml ...
feature
Summary
just ci runs only ruff and pytest. There is no static type checking gate — type errors accumulate silently and are only
caught at runtime or code review.
Proposed solution
- Add mypy =1.10 ...
feature
Problem
On the Practice → Topic-wise page, each problem has a circular status indicator that allows users to update the problem
s progress.
Currently:
- Single click → Marks the problem as Attempted ...
gssoc:approved
mentor:PankajSingh34
type:feature
Pre-submission checklist
- [x] I have confirmed this improves existing behavior — it does not add a new command, workflow, or concept
- [x] I have searched existing issues and this enhancement has ...
approved-enhancement
enhancement
Summary
spec generate consistently fails when generating the tasks artifact because the LLM produces the details field on
Subtask as a single string instead of the required list[str]. This happens 100% ...
Summary
Retrace s pytest failure hint parser drops the actionable part of pandas DataFrame assertion messages.
For pd.testing.assert_frame_equal(...), pytest prints the exact differing position and values, ...
Motivation
LodeDB is exact-scan only, so single-query latency grows with the corpus: in the trieve_vs_lodedb benchmark (#53) it
is 6.3 ms at 200k vectors and 131 ms at 2M, while an HNSW ANN store (Qdrant) ...
enhancement

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.