pullrequests Search Results · language:Dune language:JavaScript language:HTML language:Python language:JavaScript language:HTML
Filter by
176M results
Refactor down absorbs up fusion to capability-based dispatch
Move fusion construction from the rule into the operator itself. The rule no longer do isinstance-check specific classes
on the absorber side, ...
Summary
Fixed Tera template filter syntax issue where default(value=[]) and default(value={}) were being used as filter
arguments. This syntax is unsupported in Tera because it cannot accept literal arrays ...
Summary
- Add src/scripts/evaluate_bridge.py, a deterministic latent-space evaluator for trained LIPAdapter checkpoints and
validated latent bundles.
- Add config/LIP-EVAL-001_bridge_eval.yaml ...
Summary
- Business model: new businesses table; users now belong to a business (one business → many users via
users.business_id FK)
- Content models (joined-table inheritance):
- Content ...
What
Reworks the wrong #210 Kiro profile into the correct, live-verified design (D-182 + corrections). PR-1 ships the
shared 3 surfaces + the IDE hook surface. CLI agent-config hooks + the default-agent ...
The explicit / service-locator form of the transient-disposable leak
DI001/2/3 read the registration graph. DI004 reads what the graph cannot see: a resolution call site. A singleton that
injects an IServiceProvider ...
Related Issue
Closes #724
Why is this a good practice? Linking PRs to issues keeps the project s history traceable and helps maintainers
understand the context behind changes.
Description of Changes ...
bug
这段代码故意包含了常见的安全和质量问题,用于测试 CodeGuard 的自动审查功能。
包含的问题:
- 硬编码密码
- SQL 注入
- 命令注入
- eval() 使用
- 零除风险