pullrequests Search Results · language:Dune language:Python language:JavaScript is:public language:Java language:Java language:C#
Filter by
196M results
This PR contains the following updates:
| Package | Change | Age | Confidence |
| --- | --- | --- | --- |
| wrangler (source) | 4.98.0 → 4.99.0 | age | confidence |
Release Notes
details summary cloudflare/workers-sdk ...
Closes #502
Synced managed files from f5xc-salesdemos/docs-control canonical source:
- CLAUDE.md
- .textlintrc
- .codespellrc
- .gitleaks.toml
- .claude/governance.json
- .claude/settings.json ...
なぜ
sop-health-reporter.yml が 18 分以上かかる。step 5(ゲート摩擦率計算)が全 workflow runs 履歴を取得しているため。
何を変えたか
- scripts/sop-health-collector.js: 2 箇所のパフォーマンス改善
変更規模
小(1ファイル)
概要
1. countDangerousApprovedPRs: sequential ...
This pull request was generated by the mq tool
[test] flake rate: 0.1 logical conflict every: 100 sleep for: 600s close stale after: 48 hours
[pullrequest] requests per hour: 60 target branch: main
...
What does this PR do?
Adds .gitignore patterns to prevent accidental commits of developer scratch files, PR description drafts, backup
scripts, and CI dumps.
Patterns added:
PR_DESCRIPTION_*.md
old_*.py ...
🎯 What: Removed unused from __future__ import annotations import from src/modern_biojazz/llm_proposer.py. 💡 Why: To fix
a code health issue where an imported module is never used. This reduces clutter ...
Implements a real-time Threat Progression Chart using Chart.js. The chart updates dynamically with threat scores as the
video is processed, coloring data points according to alert levels while maintaining ...
What
Completes the last open Phase 1 task in TODO.md: Add schema validation and small fixture datasets.
- src/schema_validation.py: validates metadata segment (evidence-packet) records — required fields/types, ...
🎯 What: Added tests to cover AttributeError and KeyError exception paths in the generate_notebook() function when
retrieving custom stdout/stderr variables from configuration. 📊 Coverage: Covered edge ...
Motivation
XML tool parsers (GLM47, Qwen3Coder) run on the API server after each streamed decode step. The previous implementation
rescanned the entire accumulated payload on every chunk and re-coerced ...