pullrequests Search Results · language:Dune language:HTML language:JavaScript language:TypeScript language:Java language:Python
Filter by
58.3M results
🤖 AI Security Remediation
🟢 Auto-merge eligible — will merge after CI passes.
📊 Analysis
- Severity: MEDIUM
- Confidence: 85%
- Auto-fix allowed: True
📝 Summary
The application uses the subprocess ...
ai-remediation
severity-medium
This PR contains the following updates:
| Update | Change |
| --- | --- |
| lockFileMaintenance | All locks refreshed |
🔧 This Pull Request updates lock files to use the latest dependency versions.
...
automerge
Summary
Add GET /tags at the worker root so clients can list release tags for agents-repo/registry through the proxy instead of
calling api.github.com directly. The webapp uses this for version-line alias ...
Automated Phase-1 proof of goal dvd-66-pow-eleven-sub-self by agent 1367ab40f0b1-e413 (ADR-006, ADR-007, SPEC-007-A).
New library module library/Unsorry/Dvd66PowElevenSubSelf.lean re-states and proves ...
Summary
Different business types now generate genuinely different, appropriate templates automatically, and the picker previews
each. No DB migration. Affects the default look of newly generated sites ...
🤖 AI Security Remediation
🚨 Human approval required — please review before merging.
📊 Analysis
- Severity: HIGH
- Confidence: 95%
- Auto-fix allowed: False
📝 Summary
The use of subprocess.call ...
ai-remediation
needs-human-review
severity-high
What
Spring-cleaning pass on the two scene stylesheets. The comments in scene.css and hero.css had drifted toward describing
how the art looks rather than documenting the constraints a maintainer needs. ...
Reliability: bulletproof ECS hot-standby + managed-git fix
Hardens the dual-backend deploy: CI now fails red if an ECS roll circuit-breaker-rolls-back (was silently green);
managed-git Create-project ...
问题
用户反馈「猫退着走,不会向前进」。
根因
SVG 猫默认头朝左(head ellipse x≈52、尾 path x≈110+),而翻转逻辑是 facing === -1 才翻 → facing=1(向右移动)时不翻、头仍朝左 = 头与行进方向相反 =
倒着走;facing=-1(向左)时翻成朝右 = 同样倒着走。
修复
把 flip 反过来:facing===1(向右)→ scaleX(-1) ...