Skip to content

pullrequests Search Results · language:Edge language:Python language:JavaScript language:TypeScript language:JavaScript

Filter by

230M results  (2 s)

230M results

💡 What: Replaced React state (useState) with Framer Motion s useMotionValue and useSpring within CustomCursor.tsx to handle mousemove coordinates. Discrete offset styles for the isHovered state were properly ...

Refactors the core application structure and implements 100% test coverage as requested. PR created automatically by Jules for task 15965852959890168061 started by @Nasimashaoz

This PR configures your project for Cloudflare Workers deployment using Wrangler autoconfig. Merging this PR commits the configuration to your repository, enabling faster deployments and version controlled ...

🤖 AI Security Remediation 🟢 Auto-merge eligible — will merge after CI passes. 📊 Analysis - Severity: MEDIUM - Confidence: 85% - Auto-fix allowed: True 📝 Summary The application uses the subprocess ...
ai-remediation
severity-medium

Summary Build the published declaration files for the Storybook preset/framework packages that advertise types entries. Root cause The affected packages publish types and exports[...].types entries ...

!-- YOU MUST FILL OUT THIS TEMPLATE FOR YOUR PR TO BE ACCEPTED! Requirements !-- Your domain MUST pass ALL the requirements below, otherwise it WILL BE DENIED. -- !-- Change each checkbox to [x] (all ...

redaction 보안 완성(#39 follow-up): 거버넌스 활성 시 admin 서명된 redaction만 전파 적용 → forged redaction으로 남의 blob evict(DoS) 불가. repo.redact 서명, applyRedactions가 store의 admin 멤버로 검증. 테스트: 서명 redaction 전파 / forged redaction ...

Summary - stream Codex stdout/stderr into capped durable files while retaining bounded diagnostic tails - use typed Codex JSONL failures for terminal model-access handling and require structured ENOBUFS ...

Resumen Tres arreglos en el flujo de creación de tareas tras la migración a la API V3 de Zoho Projects. 1. Las horas de trabajo no se guardaban create_task enviaba las horas en el campo top-level work, ...

💡 What: Replaced intermediate .float() casts followed by .mean() reductions with direct .sum(dim=-1, dtype=torch.float32).mean() in threshold warmup calculations. 🎯 Why: Chaining .sum(dim=-1).float() performs ...