pullrequests Search Results · language:Dune language:TypeScript language:JavaScript language:JavaScript language:JavaScript
Filter by
175M results
📌 개요
- 관련 이슈: #59
- 작업 요약: 공유 URL 수정
This change addresses multiple build-time errors preventing the Next.js application from successfully deploying on
Vercel.
Specific fixes include:
- Strict ESLint checks (@typescript-eslint/no-unused-vars, ...
Résumé
Déplace tout le code du frontend React dans un répertoire frontend/ dédié, pour une structure monorepo claire :
.
├── frontend/ ← React + Vite (anciennement à la racine)
└── server/ ← NestJS ...
This PR contains the following updates:
| Update | Change |
| --- | --- |
| lockFileMaintenance | All locks refreshed |
🔧 This Pull Request updates lock files to use the latest dependency versions.
...
Follow-up fixes for the Copilot review comments on #1 (tenant model gating) and #2 (internal pilot prep), both already
merged.
PR #1 findings
- DownloadManifest allowed invalid signed manifests at ...
Summary
- Ticks engine PR #257. PR 3 of the validator-lifecycle scoping.
- Captures the latent lifetime-vs-concurrent OPERATOR_CAP bug and the single-site fix in handle_claim_reward s exit
branch. ...
hr
Welcome to Depfu 👋
This is one of the first three pull requests with dependency updates we ve sent your way. We tried to start with a few
easy patch-level updates. Hopefully your tests will pass and ...
depfu
变更
- RelayRepository 只读加载 state/relay/relay.json,缺失文件返回空骨架
- load_relay_state/get_relay_active/get_relay_proxy_status 经 repository 派生只读状态
- provider 输出不回传明文 apiKey,存在 apiKey 时仅标记 apiKeyStored
...