pullrequests Search Results · language:Dune language:Python language:C# language:JavaScript
Filter by
36.6M results
Fix two findings from the borrower-portal / POS audit
Both verified against the code (read-only audit surfaced them; this PR fixes them). Backend-only, no frontend change.
1. MEDIUM — existence disclosure ...
This pull request introduces a new MCP (Model Context Protocol) server for NotebookLM, enabling integration with AI
systems like Claude Desktop, Cursor, and Copilot. It adds a new notebooklm_mcp package, ...
!-- SPDX-FileCopyrightText: 2026 Hari Srinivasan harisrini21@gmail.com -- !-- SPDX-FileCopyrightText: 2026 Shaan
Narendran shaannaren06@gmail.com -- !-- SPDX-License-Identifier: AGPL-3.0-only --
!--- ...
Summary
Lower the enforced coverage gate from 95% to 90%, aligning with the project-wide default. Actual coverage is unchanged
and stays well above (96–100%); 90% just leaves headroom for normal fluctuation. ...
Summary
REPL puts non-running sessions into the append-only Static region, but CoordinatorPanel ALSO rendered the same session
for LINGER_MS=10000 after it ended — a finished session showed twice for ...
Summary
Lower the enforced coverage gate from 95% to 90%, aligning with the project-wide default. Actual coverage is unchanged
and stays well above (96–100%); 90% just leaves headroom for normal fluctuation. ...
Linear
Refs STREAM-967
Description
Create a taskworker-ingest-push topic for the push version of ingest.
摘要
- 修复 #929 最新复现后暴露的滚动 fallback 风险:不可滚动 publish editor root 也有 scrollBy 时,旧逻辑会误判为已滚动,导致懒加载的可见性控件仍不可见。
- 新逻辑收集最高优先级 editor/root、可判定的最近可滚动容器,以及 document/body/window 滚动面;只有实际滚动发生才认为本轮 lazy-scroll 有效。 ...