issues Search Results · language:Dune language:JavaScript language:JavaScript language:JavaScript linked:pr language:Python
Filter by
4.5M results
Problem
/ath listen currently mixes command parsing, current source capture, registry handle creation, policy normalization,
user-facing rendering, and raw secret display. If model-facing ATH tools reimplement ...
enhancement
Finding
For the same user has no company state: notifications.js → 200 empty; messages.js/addresses.js/company.js → 403
no_company; order.js → 404 not_found; orders.js → falls back to .eq( user_id , user.id). ...
post-auth
tech-debt
Finding
admin/orders.js:11 REFUND_BLOCKING_STATUSES = { cancelled , refunded } but order_status enum (schema.sql:27) has no
refunded value — refunds set status to cancelled. The refunded branch is unreachable ...
bug
money-flow
Finding
addresses.js:32 sets country: US then the for (FIELDS) loop at :33 overwrites it (FIELDS includes country) → the
default is a no-op and the client controls country freely. Fields (line1/city/state/zip) ...
bug
post-auth
security
Finding
qbo-sync.js:113 inserts a notification with href: /dashboard.html#orders whereas every other notification uses link
(companies.js:60, messages.js:51, orders.js:32, quotes.js:243). The cron-path ...
bug
Многоагентный bug-hunt: 14 багов, доказанных падающими тестами
Каждый агент анализировал одну горячую/сложную зону кода по исходникам → писал pytest, падающий на текущем коде (=
доказывает баг) → независимый ...
bug
testing
Is there an existing issue for this?
- [x] I have searched the existing issues
This issue exists in the latest npm version
- [x] I am using the latest npm
Current Behavior
npm link path --workspace= ...
Implement the layout decided in AD-22 (recorded in #184).
Steps
- [ ] Add src/randomgen/versions.py — the registry API_VERSIONS = { v1 : RandomGenV1, v2 : RandomGenV2} (the only
module importing ...
P2
task
Factory experiment 1. Hypothesis: Add /health endpoint with stdlib HTTP server (issue #59)
What to Build
1. Create todo/server.py with:
- HealthHandler(BaseHTTPRequestHandler) class implementing ...
Implement the rename decided in AD-23 (recorded in #184).
Steps
- [ ] Rename module src/randomgen/endpoints.py → service.py.
- [ ] Rename class RandomGenRestApi → RandomGenService.
- [ ] Move the ...
P3
task

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.