Skip to content

pullrequests Search Results · language:Dune language:JavaScript language:Java language:JavaScript language:TypeScript language:Go

Filter by

233M results  (2 s)

233M results

Summary - Centralized LLM utility (server/llm.ts): Singleton OpenAI client, retry with exponential backoff, token usage tracking via llm() and llmJSON() helpers. All 15 OpenAI call sites across ...

Summary This PR adds deep linking support to the Claude Masterclass page, allowing users to share direct links to specific modules and enabling smooth navigation via browser history. Key Changes - ...

Summary - Replace the invisible server picker button (opacity: 0, hover-only ActionIcon) with a visible Button that shows the selected server name - Add a generic saveItemOptions tRPC mutation ...

Sets ITSAppUsesNonExemptEncryption=false in the iOS Info.plist during the Codemagic build. The app uses only standard HTTPS/TLS (exempt encryption), so this is the correct declaration — and it stops TestFlight ...

Track B — iPad layout, stage 1 (the shell) Implements the agreed Outlook-style layout, scaffold first. At/above 768px (iPad portrait and landscape) the app switches to a nav rail + master-detail; phones ...

Closes #1587. Supersedes / re-applies #1588. What Two commits: 1. fix(react-db): defer eager onStoreChange to a microtask in useLiveQuery — cherry-picked from #1588 by @tsushanth (authorship preserved). ...

背景 为 RAG 问答链路接入 DeepSeek(OpenAI 兼容协议)。后端 llm.client.ts 本就是 OpenAI 兼容、纯 env.LLM_* 驱动,所以主体是配置改动 + 一个针对 DeepSeek 特性的修正。 关键修正:DeepSeek 没有 embeddings 接口 DeepSeek 的 OpenAI 兼容面只有 /chat/completions,没有 /embeddings(官方文档)。原 ...

Summary - show the news source and ET date under the chart sidebar news catalyst - keep the existing cash-need warning line separate from the muted news metadata Validation - npx tsc --noEmit ...