pullrequests Search Results · language:Dune language:Python language:JavaScript is:unmerged language:TypeScript language:HTML
Filter by
53.6M results
Summary
- Append the (CAIS) abbreviation after ACM Conference on AI and Agentic Systems in the venue line for the query
routing paper
Test plan
- [ ] Verify the rendered home page shows ACM ...
Automated test pull request
Pull request created by AI Agent
This PR contains the following updates:
| Package | Change | Age | Confidence |
| --- | --- | --- | --- |
| pnpm (source) | 10.33.4 → 10.34.1 | age | confidence |
Release Notes
details summary pnpm/pnpm ...
deps
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
Closes #201
Summary:
- Added handoff --issue for targeted good first issue contributor invites.
- Included issue URL, brief anchor, suggested PR title, claim/starter commands, PR description template, ...
Fixing two typos I found when I was setting up my config
This PR contains the following updates:
| Package | Change | Age | Confidence |
| --- | --- | --- | --- |
| zod (source) | 4.4.1 → 4.4.3 | age | confidence |
Release Notes
details summary colinhacks/zod ...
javascript
type: dependencies
Root Cause
The global window keydown handler in DashboardView.tsx called e.preventDefault() for the Delete key unconditionally —
before any guard checked whether a text field had focus. This caused the ...