issues Search Results · language:Dune language:JavaScript language:Java language:Python language:HTML language:JavaScript
Filter by
61.8M results
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 ...
Description
Configure daily scraping schedule via Celery Beat.
Acceptance Criteria
- [ ] Beat schedule in app/workers/schedules.py
- [ ] Daily task: scrape_retailer for each active retailer
- ...
backend
tdd
Description
Celery task that scrapes a retailer and upserts data.
Acceptance Criteria
- [ ] scrape_retailer(retailer_name: str) task registered
- [ ] Loads retailer config from DB
- [ ] Runs appropriate ...
backend
tdd
Description
It s currently not possible to execute cross-document view transitions while in dev mode. Chrome throws an AbortError:
Transition Was Skipped when navigating between pages that both have: ...
type:feature
cv2.VideoWriter may fail to open (for example when the requested codec is not available or the output path is invalid)
and it fails silently. When that happens, writes will be ignored and the resulting ...
bug
🤖 Jules Execution Spec
Branch
Branch: jules/test-sync-coverage-expansion
Base: feature/dashboard-audit-fixes
Commit Convention
All commits MUST follow Conventional Commits and reference this issue ...
jules
Description
Set up Celery application with Redis as broker and result backend.
Acceptance Criteria
- [ ] app/workers/celery_app.py creates Celery app
- [ ] Broker: CELERY_BROKER_URL env var
- ...
backend
In get_filter_matrix(), the code computes red_gain, green_gain and blue_gain using division by (adjust_high -
adjust_low). If any of these differences are zero (possible for low-contrast or flat channels), ...
bug
Description
When you have the MacOS app up and connected you can not move it to a second screen, or anywhere else on the current
screen.
Steps to reproduce
1. Open Omingent MacApp
2. Connect to databricks ...
Bug
comp:web-ui
P2-medium
triaged
The code retrieves FPS using math.ceil(cap.get(cv2.CAP_PROP_FPS)), which rounds up frame rates such as 29.97 or 23.976
to 30 and 24 respectively. This leads to incorrect playback speed for many videos ...
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.