Skip to content

pullrequests Search Results · language:Edge language:Python language:PHP language:Python language:HTML language:TypeScript

Filter by

174M results  (2 s)

174M results

Bumps typescript from 5.9.3 to 6.0.3. details summary Release notes /summary p em Sourced from a href= https://github.com/microsoft/TypeScript/releases typescript s releases /a . /em /p blockquote h2 TypeScript ...
dependencies
javascript

…ooling Backend - orders: pricing/placement, order-include, and response DTO refinements - settings: HOME_HERO_CARDS + service/delivery fee params (+ seed) - migration 0006: order read-path perf ...

Summary Adds voice note and audio file transcription support to TelegramHumanChannel for HITL (Human-in-the-Loop) free-text interactions. When a user sends a voice message or audio file while awaiting ...

Summary A streaming, conversational assistant on web that lets a user log health data and ask questions about their existing data in one chat surface. It reuses the already-built intake parser and dashboard ...

Lands the AGENTS.md Shell Background Jobs rule (PR #418) to production main so the Become Discord agent — which git reset --hard origin/main on every run — actually picks it up. Docs-only; no runtime/deploy ...

Bumps the dev-tooling group with 10 updates in the / directory: | Package | From | To | | --- | --- | --- | | @typescript-eslint/eslint-plugin | 8.59.4 | 8.60.0 | | @typescript-eslint/parser | 8.59.4 ...
dependencies
javascript

Motivation - Improve perceived and measured page speed and mobile UX by removing blocking/expensive decorative runtime and reducing render-critical payloads. - Simplify runtime to only active ...
codex

Description Adds two optional, backward-compatible capabilities to ResourceHeader (implemented in BaseHeader): - belowTitle?: ReactNode — render arbitrary content inside the header, directly below ...
feat
react

Root cause sequence_parallel_chunk_impl() returns torch.narrow(y, ...), which is a view of its input whenever the sequence length is already divisible by tp_size (the no-pad branch sets y = x). A functional ...
bug