Copilot
Copilot
Items with `onChange` handlers inside folders were excluded from the `get` function's type signature, causing TypeScript errors when accessing them. ```typescript const [controls, set, get] = useControls(() => ({ view:...
The Leva panel height doesn't update when fields are conditionally rendered using the `render` option. The panel remains at its original size, causing overflow or clipped content. ```tsx // Panel...
Configures GitHub Copilot coding agent for this repository by providing project context and conventions. ## Changes Created `.github/copilot-instructions.md` with: - **Build system**: Maven 3.9.11 + Tycho, JDK 21, multi-module project...
## Jakarta EE 9 Migration - COMPLETED ✅ This PR implements the complete automated migration from javax.* to jakarta.* across the BIRT repository for Jakarta EE 9 compatibility. ### Migration...
## Update all dev dependencies ### Plan: - [x] Analyze current state of repository and dev dependencies - [x] Check current build/test/lint status (all passing) - [x] Update dev dependencies...
Bun leaves TCP sockets bound after termination on Windows ([#12127](https://github.com/oven-sh/bun/issues/12127)), causing EADDRINUSE errors on worker restart. Previously required system reboot. ### Changes **ProcessManager.ts** - `cleanupWindowsPort()`: Uses `netstat` to find PIDs...
Reduces ignored ruff rules by fixing all E731 violations ("do not assign a lambda expression, use a def"). ### Changes - **apex/contrib/openfold_triton/layer_norm.py**: Convert 3 `grid` lambda assignments to def functions...
## Summary This PR adds support for configuring a custom Inno Setup 6 installation path when building Windows `.exe` packages, addressing issue #244. Previously, the path was hardcoded to `C:\Program...
The bench system currently relies on manually maintaining `apps.txt` to track installed apps. This requires users to understand the bench directory structure and makes the system fragile when apps are...
## Problem The `PublicOffer::Product` lowest recent price calculation was not properly handling future prices. The `find_border_event` method in `RegisterLowestPrice` could potentially select future price events as "border events", which would...