pullrequests Search Results · language:Dune language:Python language:Java language:JavaScript language:TypeScript is:merged
Filter by
161M results
Adds RENDER-PACKAGE.md — a single hand-off doc to paste into the consumer Nano Banana (Gemini) or ChatGPT apps (no API /
pro account needed).
Contents:
- Tool + mode guidance (image-edit workflow; ...
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 ...
ai
⤵️ pull
configuration
documentation
notification
size/XL
testing
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
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
The existing suite mostly asserted ran and stayed in range — every bug we fixed had passed green. This adds tests that
check the answers are right and lock in the fixes.
- test_projection_values.py ...
Fixes #496
根因
git checkout -b $BRANCH || git checkout $BRANCH — 分支已存在时 fallback 到 checkout 旧分支,导致 coding 基于旧 main 代码而非最新。
修复
改为 git checkout -B $BRANCH — 强制从当前 HEAD 重建分支。
Co-Authored-By: Claude ...