issues Search Results · language:Dune language:JavaScript language:Java language:Java linked:pr language:Python linked:pr
Filter by
5.9M results
Why
backend/src/models/agentic.py:8:
class AgentCostMetrics(BaseModel):
total_input_tokens: int = 0
total_output_tokens: int = 0
total_llm_calls: int = 0
total_cost_usd: float = 0.0
...
Problem
When Claude Code routes through the local Ledger proxy (ANTHROPIC_BASE_URL), a misbehaving proxy can break Claude
entirely. We need a one-click way to flip Claude Code back to talking to Anthropic ...
Summary
When a stage-01 gate sets active_roles (e.g. [ backend , platform , qa ] to suppress the frontend workstream), three
separate code paths in core/orchestrator.js fail to respect the filter — causing ...
Rule
Enable @typescript-eslint/promise-function-async at the error level.
What it catches
Any function that returns a Promise but is not declared async. Example the rule flags:
// flagged: returns ...
Description
username field accepts email instead of username
Impacted Component
Backend Login Auth Route
Steps to Reproduce
1. POST API call to auth/login/
Platform
- [ ] iOS (Physical Device) ...
bug
背景
CI(ubuntu-latest × matrix 2 ジョブ: 3.11 / 3.13)は各ジョブで uv sync --locked を実行し、依存 39 パッケージ(ランタイムは requests のみ、残りは dev:
pytest/ruff/mypy/bandit 等)を毎回 PyPI から取得している。jdx/mise-action は python/uv の toolchain ...
Problem
The shared config enforces a spec file for every source file via two complementary rules:
- ddd/require-spec-file for .js/.ts (upstream plugin bails on other extensions)
- custom/require-spec-file-tsx ...
Summary
Start Slice 5 of the layered architecture map by defining a small desktop-shell compatibility boundary around legacy
MainWindow/layout method grafting.
Scope
- Keep product behavior unchanged. ...
enhancement
status:approved
背景
現状 GET /metrics/services/{service_name}/incidents は単一サービスのインシデント区間(非 healthy が連続する期間)を返すが、SRE
ダッシュボードで「今どこかで障害が起きているか」を 1 リクエストで把握する手段が無い。クライアント側で
/metrics/services/names を呼び、各サービス毎に /metrics/services/{name}/incidents ...
If the user enter an invalid name while renaming a file on a modal view, then the error message should be presented into
the regular view (not the modal one) which is not the case currently. instead, it ...

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.