pullrequests Search Results · language:Dune language:Python language:TypeScript language:JavaScript language:JavaScript is:public
Filter by
232M results
Auto-created by Slot 4 repair workflow.
Summary
Closes the coverage gaps flagged by the test-review workflow for widgets/panels/card_table_panel/sorting.py (issue
#832). All additions are to the existing wx-free unit-test module tests/test_card_table_panel_sorting.py; ...
Auto-created by Slot 4 repair workflow.
Auto-created by Slot 4 repair workflow.
- Change root to root_dir in gr.update for FileExplorer component.
- Add inbrowser=True to demo.launch() to automatically open the GUI.
- Ensure PEP 8 compliance and fix linting.
Auto-created by Slot 4 repair workflow.
Summary
- 修复 Mod 列表在顶部仍显示返回顶部浮动控件的问题,改为由 .mod-library__content 的真实滚动状态控制。
- 隐藏列表原生竖向滚动条视觉,新增同状态驱动的自绘滚动条和可拖拽 thumb。
- 补充窄屏保护,避免 classic sidebar + 多行工具栏把列表可视高度压到 0。
- 记录 Superpowers 实现计划,便于回看根因、方案和验证路径。 ...
Auto-created by Slot 4 repair workflow.
Auto-created by Slot 4 repair workflow.
💡 What: Extracted findMany query out of a for loop in services/shift.service.ts into a single batched query using the in
operator. 🎯 Why: It suffered from an N+1 query problem, slowing down bulk reassignment ...