issues Search Results · language:Dune language:TypeScript language:JavaScript language:Java language:JavaScript
Filter by
49.2M results
Problem
Magic numbers are scattered throughout the codebase:
| Location | Value | Purpose |
| --- | --- | --- |
| goodreads.ts | 2000 | Base delay between requests |
| goodreads.ts | 1.5 | Delay multiplier ...
Problem
- No CHANGELOG.md to track changes
- Package version hardcoded as 1.0.0
- No version management strategy
Solution
1. Add CHANGELOG.md following Keep a Changelog format
2. Use conventional ...
Description
Repurpose the Upload Drone Media entry into a per-inspection upload form. For a mission, the operator sees its
inspections and attaches one or more video files to each inspection, in a defined ...
harnext:implement
harnext:start
Problem
Error handling is inconsistent across the codebase:
1. Some errors use { code, message } structure
2. Others use error objects with additional fields
3. retryable flag not consistently present ...
Problem
Core business logic tools have 0% test coverage:
| Tool | Coverage |
| --- | --- |
| lookup-book.ts | 0% |
| lookup-movie.ts | 0% |
| lookup-tv.ts | 0% |
| batch-lookup.ts | 0% |
These are the ...
Problem
src/cache/sqlite-cache.ts only cleans up expired entries on startup. The cache database could grow unbounded during
long-running server sessions.
Current Behavior
- Cleanup runs once at startup ...
Finding (accessibility audit, CCW frontend-quality batch)
SkipToContent (frontend/src/components/SkipToContent.tsx) renders a href= #main , and every page wraps its content in
main id= main . A plain ...
bug
Omoguciti korisniku da se oznaci kao dostupan pomagac.
Zadaci:
- [ ] toggle Dostupan
- [ ] poziv update_my_location RPC (lat, lng, available)
- [ ] povremeno slanje lokacije dok je dostupan
- ...
Stranica profila korisnika.
Zadaci:
- [ ] prikaz i izmjena imena
- [ ] tip vozila (auto, kombi, kamion, motor, terenac)
- [ ] foto profila (Supabase Storage)
- [ ] prikaz ocjena (palac gore/dole) ...
Prikazati dostupne pomagace oko korisnika.
Zadaci:
- [ ] poziv find_nearby_helpers RPC (lat, lng, radijus)
- [ ] markeri pomagaca na karti
- [ ] osnovni info o pomagacu (ime, tip vozila, ocjena) ...

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.