Skip to content

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

Filter by

178M results  (2 s)

178M results

Summary Fixes the scroll restoration bug where the list page always returned to the top. Root cause: the original implementation saved window.scrollY in the useEffect cleanup (on unmount). By that point ...

Summary - Adds testQuestionCount as a per-module configurable field on the Module model (class property, ModuleInput, fromBSON with ?? MODULE_TEST_SIZE default, toBSON), so GET /modules/:id now ...

L04 — DevDigest MCP server Adds a standalone MCP (Model Context Protocol) stdio server under mcp/ that exposes the local DevDigest instance to MCP clients (Claude, IDEs). It is a thin, no-secret adapter ...

Summary - replace remaining README headings that felt like OSS-application positioning with product/classroom language - reword the goals bullets around classroom behavior and verification rather ...

Summary: - keep private auth state after balance read failures - hide missing-mint private balance rows instead of surfacing errors - include wrapped SOL in the shield balance and preserve shield ...

Adds /healthz and /readyz endpoints for Kubernetes probes. Repository: tool-code-gen-v2 Booster Run ID: boost-20260625-121619

What Streams Google Drive book uploads/downloads straight from/to disk instead of buffering the whole file in the JS heap. Adds uploadStream + downloadStream to the Drive provider (the optional FileSyncProvider ...

The Worker name in your Wrangler configuration file does not match the name of the deployed Worker in the Cloudflare Dashboard. Cloudflare automatically generated this PR to resolve the mismatch and avoid ...

概要 rust-alc-api#434 lockdown 後、公開 viewer (/v/{token}) を rust に依存せず Worker(KV+R2) だけで配信するための土台 (PR 1/N、非破壊・トラフィック切替なし)。 確定設計 (issue #434 で確認): - token は既存 opaque read_token(UUID)。件名等は URL に載せず KV に保持 ...