issues Search Results · language:Dune language:Python linked:pr language:Java language:Java language:JavaScript linked:pr
Filter by
5.9M results
Parent bounty: #743
Summary
The Express app in apps/api/src/app.js uses express.json() without specifying a body size limit:
app.use(express.json());
By default, express.json() accepts request bodies ...
背景
当前 QQAdapter 的重连策略是固定间隔(默认 5 秒)无限重试,没有心跳检测。在网络不稳定时,频繁重连可能加剧问题。
KiraAI 的做法(NapCatWebSocketClient):
- 指数退避重连:min(2^attempt, 60) 秒,最多 20 次
- 心跳检测:last_heartbeat 字段记录上次心跳时间
- 登录成功事件:使用 asyncio.Event ...
enhancement
Parent
See docs/prd-admin-api-auth.md for the full PRD.
What to build
Update the integration guide (docs/integration-guide.md) to accurately document the admin API, correcting the current
discrepancy ...
ready-for-agent
Summary
Track the non-git follow-up needed after renaming the repository from sdk-volcano-js to volcano-sdk-js.
Related PR:
- #8 updates repository URLs and publishing docs, and removes the duplicate ...
Parent
See docs/prd-admin-api-auth.md for the full PRD.
What to build
Add list and revoke endpoints to the admin API so operators can inspect and manage API keys.
List endpoint (GET /admin/api-keys): ...
ready-for-agent
Parent
See docs/prd-admin-api-auth.md for the full PRD.
What to build
Add admin token authentication to the Identification Server. This is the foundation for securing the /admin/* endpoint
namespace. ...
ready-for-agent
Origin
PR #2030 is complete but draft-blocked by full local-ci freshness checks after #2029 scope-expansion implementation.
Drift
docs/issue-lineage/current.json is behind live GitHub state. Full local-ci ...
bug
governance
implementation-ready
Summary
AliyunMQTTTransport._dispatch_aliyun_event drops stale buffered messages based on params.time:
envelope_time_ms: int = parsed.get( params , {}).get( time , 0) or 0
if envelope_time_ms 0:
...
Description
Register the new TspProfileBasicCredentialController in the interface documentation so it is published as part of the
generated OpenAPI specs. The controller backs the dedicated authentication ...
Symptom
vibe agent run --agent codex fails every attempt with:
Codex RPC error: { code : -32600, message : failed to load configuration: No such file or directory (os error 2) }
while codex CLI and ...

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.