pullrequests Search Results · language:Dune language:JavaScript language:JavaScript language:Java language:Java language:CSS
Filter by
137M results
This PR contains the following updates:
| Package | Change | Age | Confidence |
| --- | --- | --- | --- |
| httpx (changelog) | ==0.27.2 → ==0.28.1 | age | confidence |
Release Notes
details summary ...
This PR implements a comprehensive redesign of the personal portfolio based on the user s requirements:
1. UI/UX Scaling: Fixed desktop scaling issues by replacing fixed dimension media queries with ...
Upgrade tar and enhanced-resolve to fix race condition symlink poisoning, archive smuggling via PAX header
desynchronization, and symlink-based path restriction bypass vulnerabilities.
⚠️ Breaking changes ...
security
Summary
- Replaces the landing page heading from Get started to Salut les copains in src/App.jsx.
Test plan
- [ ] Open the landing page and confirm the main heading displays Salut les copains
...
This PR was created by qwen-chat coder for task 661a0c12-e332-4bd5-98db-cce89ceff429.
Summary
- Root cause: Project was a Node.js CLI script with no web interface — Vercel had nothing to serve, returning 404 on
all routes
- Fix: Added public/index.html (intake form) and api/intake.js ...
💡 What: Replaced 5 looped Prisma counts per consultant with 4 batched queries using .groupBy and .findMany. 🎯 Why:
Prevents massive N+1 database queries on the dashboard when listing consultant performance. ...