Skip to content

pullrequests Search Results · language:Dune language:TypeScript language:JavaScript language:Java language:HTML is:unmerged

Filter by

100M results  (2 s)

100M results

Automated Update This PR contains automated updates from the Big Bear Universal Apps repository. Platform: runtipi Scope: All apps Changes - Synced latest app definitions - Updated configurations ...
automated
automerge
sync

publish-next failed twice with EINVALIDNPMTOKEN (runs 27050177953, 27050340617) despite the NPM_TOKEN secret verifying fine locally. Root cause: setup-node s registry-url writes an .npmrc with _authToken=${NODE_AUTH_TOKEN} ...

개요 W3(비동기 순서 보장) 실습에서 메시지 유실·중복·순서·E2E 지연을 정밀 측정하기 위한 관찰 전용 계측입니다. 공격/측정 하니스는 별도 저장소(tema-a, PR #14)에 있습니다. 왜 필요한가 기존 mq_consumer_processed_total 카운터는 컨슈머 처리 ** 시도 수**만 제공하고 event-id/브로커 도달 수가 없어, 유실·중복·순서를 ...

- chore: update dependencies in pnpm-lock and package.json - chore: enhance index.html with updated Content Security Policy and integrate SystemJS for module loading - feat: add shared store instance ...

Vercel Speed Insights Configuration Successfully installed and configured Vercel Speed Insights for the Next.js inventory project. Implementation Details 1. Documentation Source Fetched the latest ...

Summary - Add Datalens warmup config for datalens.warmup.enabled and ensureOnStartup, defaulting enabled configs to follow_query behavior. - Build follow-query warmup requests from the same Datalens ...

Vercel Speed Insights Implementation Successfully installed and configured Vercel Speed Insights for this static HTML website. What was implemented: 1. Fetched latest documentation from Vercel s official ...

背景 国内访客首次打开偏慢。瓶颈定位:js/i18n-en.js(约 1.4MB,是 js/ 里最大的文件,约占 JS 总量 1/3)排在 app.js 之前,而 defer 脚本按文档顺序执行 —— 地图必须等这 1.4MB 下载 + 解析完才能初始化。但它只装英文详情卡正文(英文项目名 / 标签均已内联在源数据),中文访客根本用不到却每次白等。 改动 - i18n-en.js 移出首屏脚本链,改为按需加载(index.html ...