pullrequests Search Results · language:Edge language:TypeScript language:JavaScript language:JavaScript language:Java
Filter by
210M results
Summary
Final phase of the DNS feature. New cron trigger ` 0 * * * * ` calls `pollPendingDnsZones()` once an hour.
What it does
- SELECTs all projects `WHERE dns_status = pending AND cf_zone_id IS ...
Summary
A deep dive into recent changes turned up several places where the admin guide had fallen out of sync with the code —
most notably two whole features that weren t documented, plus a batch of artifacts ...
updated cards with shadows and other elements to feel more responsive
💡 What
This change updates the CSS in the vscode-extension/openclaude-vscode/src/extension.js webview rendering functions to
apply native VS Code CSS variables (e.g., var(--vscode-button-hoverBackground), ...
¿Qué hace este PR?
Implementa las pruebas unitarias automatizadas y robustas para los métodos de resolución de sistemas de ecuaciones
lineales de Gauss (eliminación simple) y Gauss-Jordan (eliminación ...
…dly message (no env leak); flights stays public
Summary
Makes the shared site header and footer render identically on every page (font, color, hover, size, spacing, layout, and
the signed-in auth email), and normalizes the page scrollbar site-wide. ...
Closes #1237
updateProfile used a plain let nextProfile = null captured inside the setState updater. Under React 18 StrictMode and
concurrent rendering the updater can run more than once, and the value ...
Ring polish + v1.2.1 finalize
- Fix flipped cw/ccw. Ring flow clockwise was wheeling counter-clockwise and vice versa. Swapped the direction mapping
in both the render and the rotation-aware collision ...