issues Search Results · language:Dune language:Python language:Java language:HTML language:JavaScript language:JavaScript
Filter by
20.1M results
Problem: watch history/progress/watchlist are stored in localStorage without schema version.
Expected:
- Add schema version.
- Recover from corrupted JSON.
- Deduplicate entries.
- Limit max ...
area:frontend
priority:medium
🎯 Objective
Elevate the system s security posture to FinTech standards. This module introduces robust session management, token
rotation, and Time-based One-Time Password (TOTP) Two-Factor Authentication ...
Problem: Player loads hls.js from jsdelivr. If CDN fails or user is offline/local-only, HLS playback may fail.
Expected:
- Bundle local hls.js fallback.
- Try CDN first or local first.
- Show clear ...
area:frontend
area:playback
priority:high
familyrobot-review.zip
Problem: app.js disables console.log/debug/info globally unless debug mode is enabled.
Expected:
- Replace global override with local logger helper.
- Keep production quiet.
- Do not modify native ...
area:frontend
priority:medium
Problem: Deep FTP crawling can be interrupted and restarted from zero.
Expected:
- Save visited URLs periodically.
- Save checkpoint file.
- Resume scan safely.
- Avoid duplicate visits.
- ...
area:catalog
area:performance
priority:high
知乎回答解析出现非预期换行 ed https://www.zhihu.com/question/2048800536036693399/answer/2048869724444964549
Problem: Configuration is scattered across server.js and crawler scripts.
Expected: Create:
- .env.example
- lib/config.js
Config keys:
- PORT
- MEDIA_ROOT
- MOVIES_DIR
- SERIES_DIR
- ...
area:infra
priority:high
Problem: package.json only has start script. No standard test/check scripts.
Expected add scripts:
- test
- test:catalog
- test:search
- test:playback
- test:downloads
- test:frontend-smoke ...
area:infra
area:tests
priority:high

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.