Skip to content

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

Filter by

181M results  (2 s)

181M results

fix: Mypy lint job fails with Duplicate module named strands because th

Summary Adds two SQL migration scripts to establish and clean up a UNIQUE constraint on the agences table for the (societe_id, code) pair, a prerequisite for multi-tenant code generation logic (Lot 2). ...

Generated the article JSON for ASIN B0BVZH52YH (セガトイズ アンパンマン ゆらゆらわなげ) following v5 schema and prompt constraints. - Sourced from data/raw/per_asin/B0BVZH52YH/amazon.json and Rakuten/Yahoo matches ...

Summary Phase B of ADR adr-multitask-configmulti-merge (accepted 2026-06-06; Phase A = spotforecast2-safe #332, merged): this repo consumes the derived pipeline state from the task-owned RunState instead ...

🤖 AI Security Remediation 🟢 Auto-merge eligible — will merge after CI passes. 📊 Analysis - Severity: MEDIUM - Confidence: 85% - Auto-fix allowed: True 📝 Summary The code uses the subprocess ...
ai-remediation
severity-medium

Description !-- Briefly describe what this PR does and why -- Related Task !-- Link to your project board task, e.g. Closes #123 -- ✅ PR Checklist 🧪 Testing - [ ] All existing automated tests pass ...

The Config file stores everything as binary values in a btree. We can edit all the values as strings and store the binary value since all reads have to interpret with int() or float() anyways. Also updated ...