Copilot
Copilot
In delete-before-apply mode, restore failures (e.g., file locked by running game) permanently deleted user data without rollback. This resulted in missing folders as shown in the issue screenshots. ## Changes...
This PR completely refactors the ForestRun benchmark system to provide accurate cache operation performance measurements by eliminating all measurement overhead and implementing direct timing. ## Key Issues Fixed ### Removed...
## Add individual copy buttons to publisher-finish-payout view This PR adds convenient individual copy buttons to the publisher-finish-payout view that allow staff members to easily copy each payout field (email,...
DO NOT MERGE - Add validation and warning for modified Shelly device IDs with invalid MAC addresses
## Description This PR implements validation to detect and warn users when Shelly device IDs contain invalid MAC address formats in the serial ID portion. This addresses cases where users...
## Description Upgraded Cypress from v13.16.0 to v15.7.0 and migrated deprecated APIs to their modern equivalents. Additionally, disabled `continue-on-error` in the GitHub Actions workflow to ensure test failures are properly...
This PR implements a comprehensive solution for multiple image upload backends to address Imgur API being blocked in Taiwan. ## Problem The current implementation only supports Imgur for image uploads,...
Worker service crashes on startup when `which claude` fails because `execSync` throws an uncaught exception. ## Changes **Error handling in `findClaudeExecutable()`:** - Wrap `execSync` in try-catch to handle auto-detection failures...
Update Nix version requirement from 2.13 to 2.18 and switch to nixbuild/nix-quick-install-action@v32
This PR updates the minimum Nix version requirement from 2.13 to 2.18 to address CI failures caused by nixpkgs requiring a newer Nix version, and switches all GitHub Actions workflows...
This PR adds deprecation notices for the `std.lib.dev.mkMakes` function following the deprecation of the [`fluidattacks/makes`](https://github.com/fluidattacks/makes) project in favor of Nix Flakes. ## Changes **Runtime Warning**: Added a `builtins.trace` deprecation warning...
The minimal template was failing during git commit with a module not found error for prettier-plugin-toml. The error occurred because the hardcoded path to the plugin was incorrect: ``` [error]...