pullrequests Search Results · language:Dune language:Python language:Java language:Java language:JavaScript language:Python
Filter by
181M results
Summary
Repairs the source-side dependency route for luders_rule_from_composition_consistency_note_2026-05-20 without touching
audit verdict files.
The parent note now consumes the native finite operator-algebra ...
Summary
Docs polish P1-2 (examples-first). Wraps each component page s ** ## CSS variables ** section body in a collapsed
details so the generated --hc-* list no longer walls off the bottom of every page ...
Add SAI canonical block taxonomy artifact
This PR adds Task 1.1 for the Single Asset Intelligence Framework task execution phase.
Included artifacts
- .kiro/specs/single-asset-intelligence-framework/artifacts/block_taxonomy.md ...
Fix for https://github.com/hyperspy/hyperspy-extensions-list/issues/104.
功能描述
- 添加“课后总结报告”功能。用户可点击“生成总结报告”按钮,查看本次会话的能力雷达图(流利度、词汇、语法、发音)以及高频语法错误列表。
- 雷达图使用 matplotlib 绘制,四个维度:
- 流利度:基于用户语音的平均信心度(从 emotion.py 记录的 confidence_state 计算)
- 词汇:粗略基于句子平均长度(可后续优化)
...
🤖 AI Security Remediation
🟢 Auto-merge eligible — will merge after CI passes.
📊 Analysis
- Severity: MEDIUM
- Confidence: 85%
- Auto-fix allowed: True
📝 Summary
The code uses subprocess.run ...
ai-remediation
severity-medium
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
What
Make replace a human-only action in recommend_intervention, and add an explicit consider_replace output field. From a
design review of the explainer (from-risk-score-to-recommendation.md).
Why
...
Summary
- kpi_get_apy and kpi_get_roi both assigned the KPI inside an else branch but multiplied by 100 outside it, so when
start_price == 0 the variable stays None and None *= 100 raises TypeError ...