Skip to content

pullrequests Search Results · language:Edge language:TypeScript language:PHP is:merged is:unmerged language:CSS

Filter by

38.6M results  (1 s)

38.6M results

🎯 What: Fixed improper escaping (XSS vulnerability) in the search form template. The placeholder and value attributes on the input element were using Blade s raw output tags ({!! !!}) instead of the safely ...

Summary - route WSL clipboard copies through a static shell bridge to /mnt/c/Windows/System32/clip.exe - keep dashboard/token URLs on stdin instead of shell argv - preserve existing macOS, Linux, ...

Reworks the /gift and /[username]/gift surface plus the gift-success page. What changed - Hero + layout: real headline, two-column form with a sticky live chat preview, replacing the flat stack of ...

Summary - require Node.js 22.19+ and update CI/release matrices to Node 22/24 - add Pi SDK provider support for local and remote clients - document Pi configuration and extend session scanning/tests ...

Traffic load theory

What Adds docs/specs/2026-05-30-mcp-ops-hygiene-design.md — a record/runbook for the Item 3/4 follow-ups surfaced by the harness-maintenance daily probe. Why The probe reports a cluster of MCP/host ...

Frontend Features Implementation: Waste History, Participant Search, Statistics Rewards Overview Implemented four comprehensive frontend features for the Scavenger recycling platform to enhance user ...

Description getCategories re-sorted a category s entire posts array on every A.reduce iteration: posts: [...existingCategory.posts, post].sort((a, b) = a.title.localeCompare(b.title)) That is O(n² ...