issues Search Results · language:Dune language:JavaScript language:JavaScript language:Java language:PHP language:Python
Filter by
60.8M results
Right now the first reference reminder email (received on the last day), says You have {{count}} day to write a
reference for {{name}} . This is somewhat blunt and would be friendlier as How was X s stay ...
improvement
Description
Add Prometheus + Grafana to docker-compose.yml for local dev.
Acceptance Criteria
- [ ] docker compose up includes Prometheus on port 9090
- [ ] docker compose up includes Grafana on ...
chore
infra
Description
Instrument scrapers with Prometheus metrics.
Acceptance Criteria
- [ ] scraper_items_scraped_total counter (labels: retailer)
- [ ] scraper_duration_seconds histogram (labels: retailer) ...
backend
tdd
Description
Log every API request/response with structured fields.
Acceptance Criteria
- [ ] Log on request: method, path, request_id, user_id (if authed)
- [ ] Log on response: status_code, duration_ms, ...
backend
tdd
When a player s screen dims (tested on macOS using Chrome) due to inactivity, Socket.IO disconnects them (okay) but the
player interface still shows them as logged, i.e. they don t have to enter a name ...
bug
analyze_video collects filter matrices by sampling frames at if count % (fps * SAMPLE_SECONDS) == 0. There are two
problems:
1. If the video is shorter than fps * SAMPLE_SECONDS (e.g., shorter than SAMPLE_SECONDS ...
bug
Description
Invalidate Redis cache keys after scrape completion.
Acceptance Criteria
- [ ] After successful scrape, delete matching rec:* keys
- [ ] After successful scrape, delete matching compare:* ...
backend
tdd
Bug Report for https://neetcode.io/problems/top-k-elements-in-list
This code will be accepted while it should not be as it fails this test case: nums=[1,1,2,2,3,3] k=2. Adding the test
case might help ...

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.