issues Search Results · language:Dune language:Python language:JavaScript language:Java language:JavaScript
Filter by
55M results
Summary of What Needs to be Done
Replace the globalThis.localStorage default parameter in src/hooks/useMultiSessionRecovery.js with a safe deferred
access pattern. Default parameters are evaluated at ...
bug
Describe the bug
I often want to compose markdown inside another markdown block. Most of the time, it s to hide some content inside a
details tag.
Typically, this:
_answer = mo.md(
**The answer** ...
bug
Add static type checking. The codebase already uses type hints extensively.
Tasks
- [ ] Add mypy config
- [ ] Add a type-check CI job
ci-cd
Documents written to a bucket while a single-field secondary index is being created can be permanently dropped from that
index. The documents are stored correctly, but the index ends up holding fewer entries ...
bug
Description
CardLists for all relevant statuses should be added to the lists pages. This will allow users to quickly see what they
have and have not watched.
Add static linting via ruff to catch unused imports, undefined names, and style issues.
Tasks
- [ ] Add ruff config
- [ ] Add a lint job in CI
ci-cd
No automated tests exist. Establish a tests/ package and cover scoring math, URL parsing, and the multipliers as a
foundation for CI.
Tasks
- [ ] Add pytest + initial unit tests
- [ ] Wire into the ...
ci-cd
priority:high
There is no CI in the repo. Add a workflow that installs deps and runs tests on push and PR.
Tasks
- [ ] .github/workflows/test.yml
- [ ] Run on push + pull_request
- [ ] Cache pip
ci-cd
priority:high
.gitignore contains only ./venv and ./*.log. The ./ anchors are wrong for nested dirs, and __pycache__/, *.pyc,
.pytest_cache/, .env, temp clone dirs are not ignored.
Tasks
- [ ] Replace with a comprehensive ...
bug
requirements.txt pins only lower bounds for requests, rich, flask and an exact tree-sitter-language-pack. Without upper
bounds or a lockfile, a transitive update can break scoring reproducibility.
Tasks ...
bug

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.