Skip to content

pullrequests Search Results · language:Dune language:JavaScript language:JavaScript language:C# language:JavaScript language:HTML

Filter by

136M results  (2 s)

136M results

Bumps launch-editor from 2.11.0 to 2.14.1. details summary Commits /summary ul li a href= https://github.com/vitejs/launch-editor/commit/3f97c648307a70e7c930ba63f040e6ba8e72bc16 code 3f97c64 /code /a v2.14.1 ...
dependencies
javascript

Summary The On-Behalf-Of line in the whoami Agent section previously hardcoded the LinkedIn IRI as the delegator s WebID — inconsistent with the user section (PR #36) where the cert-verified SAN URI is ...

Bumps launch-editor from 2.13.2 to 2.14.1. details summary Commits /summary ul li a href= https://github.com/vitejs/launch-editor/commit/3f97c648307a70e7c930ba63f040e6ba8e72bc16 code 3f97c64 /code /a v2.14.1 ...
dependencies

Bump MicrosoftIdentityModelVersion from 8.18.0 to 8.19.1 in Directory.Build.props. Recreates the clean single-line version bump from #3877 (which Dependabot closed when it superseded with the cluttered ...

Summary 根治「首屏很慢」: core/rt-flow/devin_proxy.js 反代原本只有进程内的 L1 内存缓存 (_assetCache)。IDE 重载/重开后内存全空, 数百静态资源逐个重取上游 + 全量 split/join 改写 → 首屏长时间空白/卡顿。本 PR 加一层磁盘二级缓存 (L2), 落盘 ~/.wam/_proxy_asset_cache/, 重载后内存 miss ...