Skip to content

pullrequests Search Results · language:Dune language:Python language:Python language:Java language:JavaScript language:HTML

Filter by

208M results  (2 s)

208M results

Motivation - Rework King and Queen active abilities into new, more interactive effects that summon short-lived allies and provide clear visual feedback. - Adjust several ranged caster projectiles ...
codex

The bug (found live on sgtest15) Clicking a job row did nothing — the detail slide-out never opened. Console: `TypeError: UU.esc is not a function` in the render. The browser `MastUI` exposes the escaper ...

Bumps the actions-minor-patch group with 1 update: google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml. Updates google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml from ...

Motivation - Improve startup robustness so the GUI reliably attaches even when LocalPlayer/PlayerGui aren t immediately available and avoid silent failures when feature callbacks error. - Add ...
codex

![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@openai/codex package-manager=npm_and_yarn previous-version=0.128.0 new-version=0.137.0) ...
dependencies

Replace dynamic JS overhang offset (unreliable on mobile) with a fixed 8px CSS left offset. Keeps Ballet initial on-screen without clipping. Generated by Claude Code

完成内容 首访登记表接口 - 实现 GET /api/student/first-visit/forms/latest - 实现 POST /api/student/first-visit/forms - 实现风险评分逻辑,由后端计算风险分数 知情同意书接口 - 实现 GET /api/student/consents/status - 实现 POST /api/student/consents/sign ...

🤖 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

Summary - 实现离线训练脚本 python -m app.ml.train(支持 --force 覆盖) - RandomForestClassifier,固定 random_state=42 - LabelEncoder 处理类别特征,输出 AUC/Accuracy/分类报告 - 模型产物保存到 ml/model/model.pkl(已在 .gitignore) - ...