issues Search Results · language:Dune language:JavaScript language:JavaScript linked:pr language:JavaScript
Filter by
1.8M results
In backend/index.js line 194, onShutdown() calls closeDatabase() without await:
function onShutdown() { cleanupTempRepos(); cleanupTimers(); closeDatabase(); process.exit(0); }
closeDatabase() is async ...
Summary
The multiply function in src/math.js should handle floating point numbers correctly and return a result rounded to a
reasonable precision.
Acceptance criteria
- multiply(0.1, 0.2) returns ...
claude
Summary
Add edge case and boundary tests to the existing math module.
Acceptance criteria
- Add tests for: add(0, 0), add(-1, -1), multiply(0, 5), multiply(-2, 3)
- Add a divide(a, b) function to ...
claude
問題
bin/autopilot-worktree は node_modules を symlink で共有するが、ルート .gitignore は node_modules/(末尾スラッシュ=ディレクトリのみ)のため symlink の
node_modules が ignore されない。worktree 内で git add -A すると node_modules symlink が誤ってステージ/コミットされる(PR ...
🤖 autopilot
Контекст
Автономный проход после merge PR #75, #77, #79 и #80.
Что делаю
- Обновляю docs/CODEX_OPERATING_STATUS_2026-06-28.md, чтобы он отражал текущий main после фикса верхнего меню и
cleanup ...
follow-up
supabase
Description
After the slash command migration, command responses are posted publicly in the channel, so everyone sees the output of
someone else s /playerlist, /where, or /ping. Replies should be visible ...
After a missed shot show a screen to choose a player for the rebound. Also give a skip option to not log a rebound.
Context
Mobile UX polish on the document detail page (web/app/(dashboard)/doc-parser/[id]/page.tsx). Implements the
Download/export actions + detail-page Telegram toggle already described in ADR-0029 ...
enhancement
ready-for-agent
The footer on gallery.html is not rendering properly. Footer links are misaligned and some links are not clearly
visible. The footer should be responsive, properly aligned, and consistent with the rest ...
What to build
Remove all the unused imports, variables and assets from the project, make sure to test it before raising the PR
Acceptance criteria
!-- Optional: what does done look like? --
Project ...
lazykit

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.