Skip to content

pullrequests Search Results · language:Dune language:Python language:JavaScript language:C# language:TypeScript

Filter by

49.7M results  (2 s)

49.7M results

This PR contains the following updates: | Package | Change | Age | Confidence | | --- | --- | --- | --- | | @types/node (source) | 25.9.1 → 25.9.2 | age | confidence | Configuration 📅 Schedule: (UTC) ...

Summary Fixes Unexpected token I , I ll caref ... is not valid JSON error when submitting a floor plan for AI room detection. Root cause The expanded prompt instructions caused Claude to occasionally ...

Escrow addresses are now read from env (NEXT_PUBLIC_ESCROW_CELO / _CELO_SEPOLIA), so switching to Celo mainnet is config-only: 1. Deploy ArcadeEscrow to Celo mainnet 2. Set NEXT_PUBLIC_ESCROW_CELO=0x... ...

Follow-up to the POTCAR gate (#276). A real Expanse test submit ran the full engine chain (inputs incl. POTCAR - upload - sbatch - compute node) but VASP died with execve(): vasp_std: No such file or directory ...

Summary Premier pipeline CI du repo. 2 workflows GitHub Actions : - ci-api.yml : 3 jobs (check, test, build), build dépend des 2 autres. Concurrency cancel-in-progress par ref, paths-filtered monorepo ...

Adds the OpenSSF Scorecard action and badge. Weekly + on-push security scoring. SARIF uploads to code scanning.

Closes #36898 Summary Migrate two localStorage keys to use the / hooks from , replacing direct / calls. Changes 1. (2 files) - **** (read-only): Replaced with . Added to the dependency array for ...
refactor
size:M

💡 What: Wrapped AgentSidebar, ChatPanel, FileExplorer, and CodeEditor in React.memo(). Refactored inline callbacks (onFileSelect and onChange) in MainLayout to use useCallback. 🎯 Why: MainLayout lifts ...