Skip to content

pullrequests Search Results · language:Dune language:JavaScript language:JavaScript language:Python is:public language:CSS

Filter by

157M results  (2 s)

157M results

Closes #482 Summary - Remove stale version tags (date+commit) from previous builds before building the new image - Keep :latest tag since the backend references images without an explicit tag - ...

Summary Add automatic gh user switching to the issue-automator skill so all GitHub CLI commands execute as the francovp user and restore the original user after completion. Key Changes - New scripts/gh-auth-utils.sh: ...

Automated workflow hardening This PR was generated by the pt-infra-hardening pipeline. Changes .github/workflows/release.yml — zizmor - Added persist-credentials: false to the actions/checkout step ...

What Replace the fixed TASK_UPLOAD_CONCURRENCY = 1 cap with an adaptive AIMD concurrency limiter, so oddish run parallelizes task submission and backs off under load. Why Submission was serialized to ...

The Worker name in your Wrangler configuration file does not match the name of the deployed Worker in the Cloudflare Dashboard. Cloudflare automatically generated this PR to resolve the mismatch and avoid ...

🚨 Severity: MEDIUM 💡 Vulnerability: Unbounded file reads in parser.py using f.read() could allow arbitrary file streams (like /dev/zero) or massively oversized files to exhaust memory. Furthermore, orchestrator.py ...

What Make the probe_presets seed migration apply cleanly when the Alembic chain runs from an empty database (fresh self-host + the PR preview pipeline). Why The preview pipeline s Prepare preview database ...

Implemented a 3-layer traffic control strategy to prevent 429 Rate Limit errors during live demonstrations. 1. Concurrency Control: Set asyncio.Semaphore to 1 for strict sequential execution. 2. Configurable ...

Summary - normalize FASTQ write inputs to the provider s expected column order: name, description, sequence, quality_scores - cast or add the optional description column so None/missing descriptions ...

Closes all three open gaps in docs/RECRUITER-ARCHITECTURE.md §9. Branched off main. Gap 1 — outreach_run_events audit journal + GraphQL history A durable per-transition journal for the recruiter pipeline ...