pullrequests Search Results · language:Edge language:TypeScript language:PHP is:merged language:Ruby language:HTML language:Java
Filter by
105M results
This PR was opened by the Changesets release GitHub action. When you re ready to do a release, you can merge this and
the packages will be published to npm automatically. If you re not ready to do a release ...
Emergency lockdown — no customer orders can be placed after this deploys.
What changed:
- api/settings.ts — force isOpen: false in every GET response regardless of DB value
- api/orders/index.ts ...
Summary
- Added a typed data layer for Swati pattern data under src/data
- Introduced reusable problem utilities for IDs, section grouping, deduplication, and LeetCode URL validation
- Defined shared ...
Supersedes #142 (which was CONFLICTING and couldn t merge)
#142 tried to merge feat/telemetry-capture → main, but that branch still carries the original M5.4 commits while main
has M5.4 as a squash (#138). ...
Patch release.
Includes
- #31 — fix(service): tolerate libuv EOPNOTSUPP from networkInterfaces (fixes the tests-failing -5 on the dirkwa
SignalK plugin registry)
Expected score impact on https://dirkwa.github.io/signalk-plugin-registry/ ...
完整记录所有已完成任务(11个PR)、文件结构、Push规范、未完成项
Summary
Adds URL filtering to prevent NexSearch from crawling unsupported file types.
Changes
- Added UrlFilter utility
- Allows only HTTP and HTTPS URLs
- Blocks unsupported file extensions such ...
What
Adds the first PR-triggered CI (.github/workflows/ci.yml): build → tsc --noEmit → npm test on PRs to main and pushes to
main. Previously the only workflow (release.yml) ran only on version tags, ...
- Implementa computeCuotaObjetivo con manejo de estado terminal (pagadas, anuladas)
- Añade getCuotaFechaEfectivaKey con fallback para fechas inválidas
- Implementa assertPuedeRegularizarJornada ...
The main nutrition macro progress bars (Protein/Carbs/Fat/Calories) were broken: renderMacroProgress built the bar HTML
with .map() but never .join( )-ed it, and ended with a stray wrap.innerHTML = exHtmlArr.join( ...