Copilot
Copilot
This implements the `toggle-dinosaurs` functionality from Aurora PR #690, allowing users to enable/disable automatic monthly dinosaur wallpapers for KDE Plasma. ## What's Added **Package Support**: Added `plasma-wallpapers-dynamic` package to the...
## Overview This PR adds comprehensive dependency management configuration for the repository, enabling automated updates for GitHub Actions, Helm chart dependencies, and Docker images. ## Changes ### 1. Enhanced Dependabot...
This PR addresses multiple critical bugs and improves user experience by replacing technical error messages with user-friendly ones throughout the application. ## 🐛 Critical Issues Fixed ### Typo Corrections -...
The role assignment Terraform unit tests failed after upgrading the role definitions module from v0.0.2 to v0.1.0 due to breaking changes in the module's data structure and output schema. ##...
## Matrix Protocol Migration Planning - Complete ### Comprehensive planning documentation for porting data.service.ts from CouchDB/PouchDB to Matrix protocol ### Completed Work - [x] Explore and understand current data.service.ts architecture...
This PR completes the Chinese translation of `src/troubleshooting/index.md`, which was previously in English. The translation covers comprehensive troubleshooting guidance for common issues encountered when developing Rust applications for ESP devices....
Fixes shader compilation errors from job 53424716769 where SharedData namespace dependencies cause compilation failures in certain contexts. ## Changes **`features/Light Limit Fix/Shaders/LightLimitFix/LightLimitFix.hlsli`** - Replace `SharedData::lightLimitFixSettings.ClusterSize.xyz` with hardcoded `uint3(16, 16, 16)`...
The performance overlay was displaying detailed per-shader frame time measurements to all users, but these were intended for developer use only. Regular users may misinterpret these results, and the per-shader...
Fixes #33 ## Problem The extension was throwing a `TypeError: Cannot read properties of undefined reading 'length'` when error conditions occurred during image upload operations. This happened when the error...
## Summary Fixed bug where requesting more recommendations than available candidates incorrectly raised `NotEnoughPointsLeftError` when `allow_recommending_already_recommended=True`. ## Changes ✅ **Rebased branch onto main** - Clean single commit on top of...