Skip to content

pullrequests Search Results · language:Dune language:Python language:HTML language:TypeScript language:TypeScript

Filter by

159M results  (2 s)

159M results

The Worker name in your Wrangler configuration file does not match the name of the deployed Worker in the Cloudflare Dashboard. Cloudflare automatically generated this PR to resolve the mismatch and avoid ...

Summary The SARIF export silently bypassed the CI security-severity gate because it read finding data from the wrong attribute. This PR fixes the attribute read (plus a CWE-list formatting bug) and adds ...

Motivation - Provide CSS for an upload/import UI (upload row, file input, import preview, preview list and actions, invalid list, and import error) to support a new import flow. - Match existing ...
codex

Adds a real client-level service status so any client — including bulk-imported ones with no order — can be set to one of the seven statuses and filtered on the dashboard. Changes - Schema (migration ...

Description Fixes two related bugs in the same onboarding → funnel generation data flow. Issue #142 — GOAL_MAP out of sync with DiscoveryChannel enum GOAL_MAP in OnboardingService was typed as Record ...

Changes Overview Fix a flaky E2E test pattern where page.keyboard.type(...) after press( Enter ) dispatches keyboard events to a defocused element, causing text to go nowhere. The root cause is that ...

feat(api): 引入统一响应包络与标准错误码体系 改动 - 新增 backend/envelope.py:ok(data, meta) → {code:0, data, meta, request_id};err 复用 errors.error_response(脱敏 {status:error, code, message, request_id});ERROR_CODE 枚举。 ...

🎯 What: The code health issue addressed was an alleged unused import of skimage.color in backend/segmentation/segmenter.py. 💡 Why: skimage.color was actually used on line 187 (skimage.color.deltaE_ciede2000), ...