pullrequests Search Results · language:Dune language:TypeScript language:JavaScript language:Java is:merged language:JavaScript
Filter by
120M results
Summary
- record PR #21 metadata suggestion slice as merged/deployed locally
- advance current Phase 40 pointer to owner/admin review of publication request state
- clean up previous publish-request ...
Summary
- Add an operator runbook for stale accepted terminal outbox residue
- Link it from the operator terminal outbox contract
- Clarify preserve/stale-hide/ACK/cleanup/replay/health semantics ...
Summary
Brings the app to feature parity with the reference site. Three main changes:
1. New Doc Converter tab — src/components/fuel/doc-converter.tsx with drag-drop file upload, conversion history table, ...
Summary
Replaces the QZ Tray certificate with a proper CA certificate so QZ Tray will permanently trust it (enabling Remember +
Allow ).
Root cause
The previous self-signed certificate was a plain leaf ...
Summary
Completes the planet catalog and the underlying scoring/evaluator with Balatro s three secret hand tiers.
New hand types (in src/evaluator.ts + src/scoring.ts)
- five_of_a_kind — 5 same rank ...
Summary
- Remove the unverified 2026 Marianas Open cash-prize allocation records from existing data
- Keep the confirmed total prize pool visible on the event detail page
- Remove the unverified ...
What
CombinedDataView.tsx s module doc was stale:
- It described the pre-S92 grain ( one row per (position #, employee) ) — the tab is now a union+enrich cube at each
source s native grain.
- ...
根因确认
诊断日志证实:Vercel 在请求到达 Edge Function 之前剥掉了 Authorization 头,但 x-api-key 等自定义头可以正常透传。
这就是为什么:
- 直连 B(api.cloudwise.ai)用 ANTHROPIC_AUTH_TOKEN → Authorization: Bearer → B 认,能通
- 过我们代理(ecoapi.ai)同样的 ...