pullrequests Search Results · language:Dune language:Python language:HTML language:JavaScript language:JavaScript language:Python
Filter by
177M results
Summary
Follows user video review feedback. Addresses P0 and P1 items.
P0:
- Post card density: tightened internal spacing — text mt-1.5→mt-1, reactions mt-3→mt-2, actions mt-3.5→mt-2.5; card
...
Closes #20
The game play works for this but the display still needs work. Trumps suits selected by opponenets cannot be seen and
the bidding process does not display the current leader and who has passed. ...
Refines the floating Selected N panel from part 2, per your feedback.
What changed
- Sortable columns — every column in the floating panel is now click-to-sort (asc → desc): Stop# · Type · Location ...
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
Summary
scripts/gemini-review.sh creates a .venv-scripts venv in the worktree root. Its bundled third-party packages (e.g. the
anthropic SDK s own deprecation table) reference deprecated model IDs, causing ...
Trims planning/owner-setup-checklist.html to only what s left to deploy, per request — removes the already done /
verified present inventory, the Vercel reassurance explainer, and the stale-items section. ...
- Add POSTGRES_SSLMODE optional env var (defaults to None — no local change)
- DATABASE_URL appends ?sslmode=... only when the var is set
- Required for Neon.tech and most managed PostgreSQL providers ...
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
...
Summary
Saves horizontal space in the advanced configuration and settings UI by abbreviating the orchestrator model and effort
labels.
- Model labels: Opus → O, Sonnet → S, Haiku → H
- Effort labels: ...
import calendar
$annotations in dir(calendar)
True # before
$annotations in dir(calendar)
False # after