issues Search Results · language:Dune language:Python linked:pr language:Java language:JavaScript language:Python
Filter by
5.9M results
Problem. Kernel::rebuild_derived (#445) is two phases: collect rows + col_mod in ONE collection-actor job, then
spawn_blocking(build(rows)) OUTSIDE the actor. Between the snapshot and the build s commit, ...
System Health details
System Information
| version | core-2026.6.2 |
| --- | --- |
| installation_type | Home Assistant OS |
| dev | false |
| hassio | true |
| docker | true |
| container_arch | amd64 ...
Summary
When SFN_MOCK_CONFIG is active and a mock response uses Throw, the execution always fails with the thrown error — even
when the Task state has a matching Catch block that should handle it.
Root ...
Pre-submission checklist
- [x] I have confirmed this improves existing behavior — it does not add a new command, workflow, or concept
- [x] I have searched existing issues and this enhancement has ...
approved-enhancement
enhancement
✨ 구현 기능
쿠폰 만료 스케줄러
✔️ 작업목록
- [ ] TODO1
- [ ] TODO2
- [ ] TODO3
🔗 관련 링크
No response
Context
v4.2.x shipped the stored-mask ML despike on the spectra endpoints and a web Despiked toggle in the Scan Detail view.
The v4.2.1 production canary surfaced a UI-reachability gap: scans open in ...
Description
Table.loc with a slice returns rows in scrambled (non-sorted) order when the index uses the BST engine and rows were
added after the index was created. The other engines (SortedArray, SCEngine) ...
Bug
table
Version bump to 0.4.3 covering fix #277 (fan override false positives, whole-house fan behavioral gaps, timeline
clarity).
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

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.