pullrequests Search Results · language:Dune language:Python language:Python language:JavaScript language:HTML language:TypeScript
Filter by
255M results
Turns the suite from measures numbers into explains what the numbers mean and what to do. Seven self-contained commits,
one per phase. Suite is green: 479 tests pass, ruff clean, version bumped to 4.0.0 ...
What
Adds .github/workflows/enrich-wineries.yml, a manually-dispatched workflow that runs
wine-trip/wine-trip-tracker/enrich_wineries.py against the Google Places API and commits the refreshed
data/wineries.json ...
Motivation
- Provide a runnable MVP for company-level automation: allow teams to set a company default industry, create
chat-based work groups, and run a mock “company automation” meeting/operation ...
codex
See Commits and Changes for more details.
Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please ...
⤵️ pull
See Commits and Changes for more details.
Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please ...
⤵️ pull
See Commits and Changes for more details.
Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please ...
⤵️ pull
Summary
App.tsx held 13 modal-routing `useState`s that moved together and were referenced as a group in three places:
1. The `anyOverlay` keydown guard (line ~728 pre-refactor).
2. The keydown effect ...
Automated test pull request
!-- CURSOR_AGENT_PR_BODY_BEGIN --
变更
推翻此前「边缘三层采样 + 边缘连通泛洪」思路,改为:
1. 边缘参考色组:仅统计画面最外一圈像素,出现次数达多数阈值的色块才入组
2. 层层剥离:从外向内,每圈取当前最外层待剥像素
3. 层判定:该层颜色相近(多数接近本层主色)且多数落在边缘参考色组内 → 整层视为背景
4. 任一层不满足则停止,不再向内剥
...