pullrequests Search Results · language:Edge language:TypeScript language:HTML is:public language:HTML language:C++ language:PHP
Filter by
133M results
Summary
Sets up the Atlassian (Jira/Confluence) MCP server so collaborators get it automatically, and documents the Jira
ticketing rule that keeps keys from colliding.
- .mcp.json (new) — adds the ...
Summary
- The Edit columns link was placed in the page header (top-right, next to the view switcher)
- Moved it to the filter bar, immediately after the Statuses filter pill, board view only
- Styled ...
🚨 Severity: HIGH 💡 Vulnerability: The escHtml() function used a DOM-based approach (textContent to innerHTML) for HTML
escaping, which fails to escape single and double quotes. This left HTML attributes ...
Livewire s infinite scroll triggers a loadMore() request after a session expires, returning HTTP 419 and surfacing the
browser s native Page Expired dialog. The root cause is a stale CSRF token in meta ...
Summary
Three cleanups now that Plaud writes directly via the webhook:
1. Notion sync removal — deletes /api/cron/notion-sync, /api/notion-sync/status, lib/notion-sync.ts, the Notion sync
ran X ...
this will make them work with upcoming changes to pynucastro for HIP
Summary
Fixes incorrect solid white filled regions appearing in exported HTML drawings that are not present in the live CAD
viewer. The artifacts typically show up as large triangles spanning dimension ...
enhancement
fix
배경
홈(/)의 카드들에 링크가 부족하다는 지적에 따라 점검 후 두 가지를 개선했습니다.
점검 결과 (개선 전)
| 카드 | 링크 상태 |
| --- | --- |
| WinnerSpotlight (1위) | 이미지·CTA만 detail 링크 — 제목 h2는 클릭 불가 |
| RunnerUpCard (2~4위) | 카드 전체가 detail 링크 |
| ...
Summary
- N+1 queries fixed: handleMarginQuery and payment_risk now batch all DB lookups into parallel IN (ids) queries
instead of sequential per-row fetches
- daysOverdue falsy-zero bug: if (daysOverdue) ...