pullrequests Search Results · language:Edge language:TypeScript language:PHP language:PHP language:TypeScript
Filter by
94.3M results
Summary
- Convert PageQuarry from a site-specific repo into a reusable framework skeleton.
- Move PageQuarry-specific content/assets/config into examples and init scaffolding so downstream sites keep ...
Summary
- Removes legacy provider-facing variant/capacity/subtype room routes now that rooms are canonical.
- Adds room-facing BFF endpoints and keeps variant-summary endpoints as thin compatibility ...
- Created dynamic sitemap generator at src/app/sitemap.ts mapping utility routes
- Created dynamic robots configuration at src/app/robots.ts to guide crawlers and hide admin/api paths
- Replaced ...
Problem
On the signin page, clicking Continue with Google would open the Web3Auth modal — which then showed Continue with Google
again, requiring two clicks.
Root cause
triggerConnect in signin had ...
アルバムの写真からスライドショー動画(MP4)をサーバーで生成し、保存/シェアできる。
バックエンド:
- ffmpegでクロスフェード(xfade)+Ken Burns(zoompan)+BGMのスライドショーを合成 (app/movie/builder.py)。SlideshowScreenの見た目に寄せたパラメータ
- 非同期ジョブ(movies テーブル / マイグレーション0007)。POST ...
Summary
- Adds detectAllTransfers(userId) to the transfer-detection service — fetches every isTransfer = false transaction for
the user, runs the existing detectTransfers pipeline on them, and de-duplicates ...
Closes #73.
Adds chant run op local in-process execution so Ops run with no Temporal server. Local is the default; --temporal opts
into a cluster (gates, schedules, durable resume).
Executor (packages/core/src/op) ...
What does this PR do?
!-- One sentence. Be specific: Adds SEO component to ForEmployers page not SEO improvements -- Implements [SEO-01]. Adds
build-time prerendering so 25 of 27 routes ship real, page-specific ...
Adds bounded querystring parse/stringify support for querystring and node:querystring imports, including duplicate key
arrays, custom separators, percent decoding/encoding, and ignored trailing argument ...