Copilot
Copilot
This PR fixes a bug where the plugin was displaying current temperatures in Fahrenheit instead of Celsius when the thermostat was configured for Celsius units in the Resideo app. ##...
This PR adds a new `convertUnits` configuration option to address issues where thermostats and room sensors display incorrect temperature values due to improper unit conversion from the Resideo API. ##...
This PR introduces a new optional configuration feature that allows users to customize how HomeKit fan controls map to Resideo API fan modes. This addresses the issue where iOS updates...
This PR addresses the performance penalty incurred by sending legacy formatted tars to the Docker daemon, as identified in the `getLayerSize()` function comments. ## Problem The current implementation has a...
This PR addresses fundamental issues with file change detection and file system operations by migrating from VS Code's `onDidSaveTextDocument` event to native file watching and replacing the `fdir` and `picomatch`...
This PR adds a comprehensive `.github/copilot-instructions.md` file that provides GitHub Copilot coding agents with detailed instructions on how to work effectively in the vscode-live-sass-compiler codebase. ## What's Included The instructions...
## Problem The existing 2D gyroscope components suffer from **Gimbal Lock**, a mathematical limitation that occurs when using Euler angles for rotations. This manifests as: - Incorrect starting positions when...
- [x] Analyzed code review comments on PowerGenerator implementation - [x] Fix ϕ function to use exp/log trick for numerical stability - [x] Remove incorrect williamson_dist implementation - [x] Remove...
This PR implements a comprehensive visual refresh and user experience overhaul of the Daily Office 2019 Vue.js frontend, transforming it from a basic web application into a sophisticated digital prayer...
This PR adds a comprehensive `.github/copilot-instructions.md` file that provides detailed guidance for GitHub Copilot coding agents working on the Daily Office 2019 project. ## What's Included The instructions cover the...