Skip to content

pullrequests Search Results · language:Dune language:JavaScript language:Java language:HTML language:JavaScript

Filter by

155M results  (2 s)

155M results

This PR configures your project for Cloudflare Workers deployment using Wrangler autoconfig. Merging this PR commits the configuration to your repository, enabling faster deployments and version controlled ...

See Commits and Changes for more details. Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4) Can you help keep this open source service alive? 💖 Please ...
⤵️ pull

Follow-up to #148. Smart-typography substitutions (curly quotes, dashes, ellipsis, arrows, (c)/(tm), etc.) are mapped back to their ASCII source before the heading-id slug is computed, so an id never depends ...

작업 내용 - ROME 기반 RSS/Atom 피드 읽기 기능 추가 - BlogPost 엔티티 및 BlogPostRepository 추가 - 활성화된 블로그 소스 대상 수집 스케줄러/서비스 연결 - externalGuid 우선, 정규화 URL fallback 기준의 중복 판별 로직 추가 - 신규 포스트 저장 로직 구현 - BlogSource에 ...

Summary - index.html — текстові правки: h2 в #products, Контакт → Контакти в навігації, #obstacles grid fix (3+3 замість 4+2) - partners.html: закоментовано всі 4 згадки Reminder Bot (nav-link, nav-cta, ...

paymentService accepted any string as currency and never normalized case.\n\n- Currency lowercased and trimmed before processing\n- Only usd/eur/gbp/cad/aud accepted; others throw 400\n\nResolves #6870 ...

Unmatched routes fell through to Express s default HTML 404. Added a catch-all before errorHandler that returns { success: false, message: Route not found: METHOD /path } with status 404.\n\nResolves #6943 ...

Without a dedicated error handler for entity.parse.failed, Express returns 500 for malformed JSON.\n\nAdded 4-arg middleware after express.json() that catches parse errors and returns structured 400.\n\nResolves ...

RFC 7235 allows the auth-scheme to be case-insensitive. startsWith( Bearer ) rejected valid tokens sent as bearer token or BEARER token.\n\nReplaced with /^bearer\s+/i regex test and replace.\n\nResolves ...

No .env.example existed. New developers had no reference for required configuration.\n\nAdded .env.example with descriptions and safe placeholder values for NODE_ENV, PORT, JWT_SECRET, DATABASE_URL, STRIPE_SECRET_KEY, ...