pullrequests Search Results · language:Dune language:TypeScript language:Python language:Python language:Java language:HTML
Filter by
194M results
Closes #144
PR #142(同项目多实例)收尾分诊聚合的 5 项小遗留,本 PR 全部做掉:
⑤ `stop --all --project` 空项目措辞
没有任何 daemon 在跑时不再伪造 `default` 条目:text 输出 `(no running daemons)`、JSON `{ stopped : [], rc : 0}`,与 `--all`
全局空注册表先例形状对齐。legacy ...
Fixes #4053.
Summary
- Cache config contents when mkdocs serve -f - receives config from stdin.
- Re-create a fresh in-memory config file for subsequent live-reload rebuilds.
- Avoid watching the ...
Summary
- Replace git pull with git fetch + git reset --hard origin/main so accidental server edits (e.g. npm install changing
package-lock.json) no longer block deploys
- Use npm ci instead of ...
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
Automated test pull request
Assignee: @wiiiimm (William Li)
Summary
Fixes two bugs that together caused the UI corruption described in SWR-370:
Bug 1 — Layout overflow / UI corruption
When multiSelectMode was entered after a ...
问题
cleanup-worktrees.sh 在收尾报告阶段崩溃,无法输出清理报告:
cleanup-worktrees.sh: line 127: BASE␦: unbound variable
根因
收尾行 BASE=$BASE) 中 $BASE 直接紧跟全角右括号 )(UTF-8 ef bc 89)。macOS 自带 bash 3.2 的多字节标识符扫描缺陷会把该字节并入变量名 → ...