Skip to content

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

Filter by

254M results  (2 s)

254M results

What Three fixes to the loved share-clip feature, plus a new leadership principle that the third one is an instance of. - The Share button always copies the clip link to the clipboard, alongside the ...

Motivation - Reduce noisy per-page parameter not found rows by making page-level scoped extraction return only parameters actually present, likely present, or ambiguous on that page. - Move missing-parameter ...
codex

🤖 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

This PR adds missing test cases for the _find_available_port function in src/web_core/search/runner.py. The new tests cover: - Invalid start_port values outside the [1024, 65535] range, triggering the ...

Gemini CLI updated session storage to JSONL format. This PR adds support for parsing .jsonl files while keeping .json compatibility.

Summary Adds a new Projects resource with full CRUD — backend API, frontend UI, and tests — following the existing patterns from clients/workEntries. Data model: projects table with name TEXT NOT NULL, ...

Summary The brand detail breadcrumb (/dashboard/brands/ id /...) renders its avatar with bg-primary/10 text-primary — 10% primary background + primary text — so when a brand has no logoUrl, the initials ...

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

This PR adds check=True to several subprocess.run calls in src/wet_mcp/setup.py and src/wet_mcp/token_store.py to ensure execution failures are properly caught and logged. Key changes: - In src/wet_mcp/setup.py: ...