Copilot
Copilot
## Change Description The IBAN recognizer used a complex regex with 8 capture groups and variable-length matching (3-5 characters). Replaced with a simpler pattern using consistent 4-character groups and 3...
## Description **Classification**: Bugfix The `heatpumpVdAE` and `heatpumpVdAQ` fields were using `extractInt32()` which reads 32-bit registers without word-swapping. These registers require word-swap for correct endianness. **Changes**: - Added `extractInt32Swap()` and...
Configures repository-specific context for GitHub Copilot as requested in the issue. ## Changes - **Added `.github/copilot-instructions.md`** with comprehensive guidance covering: - OSGi bundle architecture and component patterns - Maven build...
The README.md instructed users to run `npx mintlify dev` from the `docs/` directory, but `docs.json` is located in `docs/public/`, causing the command to fail. **Changes:** - Updated local preview command...
## Overview This PR addresses issue #XXX by documenting the existing TURN relay support that was already implemented but undocumented in the codebase. ## Problem Users were unaware that webrtc-streamer...
## Summary Adds complete AAC (Advanced Audio Coding) audio decoding support to webrtc-streamer using FFmpeg. AAC audio streams from RTSP sources, MKV files, and other inputs are now automatically detected...
SAP SuccessFactors batch responses contain multipart MIME content that causes `ODataResponse::decodeBody()` to crash with "Undefined array key 0" error. The method attempts to extract JSON via regex, but unconditionally accesses...
Cloud agent has begun work on **Adding support for DeathAdder Essential** and will update this pull request as work progresses. Original prompt > Could you add support to Deathadder Essentail...
GitHub Issue (If applicable): closes # ## PR Type What kind of change does this PR introduce? - Bugfix ## Description The `MaterialAppBarButtonStyle` always wrapped content in a `Viewbox`, causing...
GitHub Issue (If applicable): closes # ## PR Type - Refactoring (no functional changes, no api changes) - Build or CI related changes ## Description Migrates from dual UWP/WinUI projects...