issues Search Results · language:Dune language:Python language:Java language:Python language:JavaScript language:JavaScript
Filter by
55M results
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
Background
Surfaced while scoping #829 (deprecating the Python local execution path).
The Java AgentsExecutionEnvironment exposes a no-arg getExecutionEnvironment() whose Javadoc promises a local execution ...
tech debt
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
Problem: Different APIs can return inconsistent shapes, making frontend fragile.
Expected response shape: { ok : true, data : [], page : 1, limit : 40, total : 123, hasMore : true, error : null }
Apply ...
area:api
priority:high
🎯 Objective
Decouple the current monolithic dashboard by introducing a dedicated routing system. This will pave the way for
specialized views (Transactions, Budgets, Analytics) without cluttering the ...
Problem: Large catalogs cause memory spikes if movies/series arrays are fully loaded into browser.
Expected:
- Backend pagination for movies, series, search, sections.
- Frontend requests only visible ...
area:api
area:frontend
area:performance
priority:critical
使用typescript时,会出现类型问题。
img width= 1249 height= 158 alt= Image src=
https://github.com/user-attachments/assets/1f85146a-5a81-4d80-9e39-bb5aacb3b500 /
@qingzhengQB
Summary
_set_baseline() in model.py writes the baseline name to disk but silently ignores all errors:
# model.py:853-858
def _set_baseline(self, name: str) - None:
self._baseline_snapshot_name = ...
bug
Bug Description
When a coroutine task raises an exception other than CancelledError, the exception propagates out of OnTaskCompleted
BEFORE \self.RunningTasks[task.obj].remove(task)\ executes. This leaves ...

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.