Copilot
Copilot
Establishes coding conventions and test patterns for GitHub Copilot to follow when generating code for this Java 21 project. ## Changes ### Java 21 Features - Pattern matching for `instanceof`...
Implements KML export functionality to visualize vessel tracks in Google Earth, addressing a roadmap item. ## Changes - **KMLExporter class** - Exports single or multiple AIS tracks to valid KML...
Prepare release version 1.1.5 for Maven Central deployment with aismessages 4.1.0 dependency. ## Changes - **Version**: Updated from `1.1.5-SNAPSHOT` to `1.1.5` - **SCM tag**: Updated from `aisutils-1.0.0` to `aisutils-1.1.5` for...
Adds documentation for using proxy ARP on a Linux gateway to provide external connectivity to lab devices without NAT or routing protocols, as discussed in #2861. ## Changes - **New...
## Overview This PR adds a new FFmpeg plugin that automatically converts HEIC (High Efficiency Image Container) images to JPEG format before uploading to Discord. This solves the common issue...
Upgrades the EdgeRange iterator from forward-only to bidirectional, enabling backward iteration through graph edges. ## Changes - **Iterator category**: Upgraded from `std::forward_iterator_tag` to `std::bidirectional_iterator_tag` - **Backward iteration operators**: Implemented `operator--()`...
Migrates from legacy inline custom component (single `itho.h` with 7 binary switches) to modern ESPHome component structure with native Fan platform integration. ## Changes **Component Structure** - Created `components/itho_fan/` with...
Service accounts cannot access Shared Drives restricted to organization members. This adds OAuth 2.0 user credential support alongside existing service account authentication. ## Changes **Core API additions:** - `SheetHelper`, `SheetAppender`,...
Users reported downloads appearing frozen on large files, unclear file size differences, and need for parallel downloads (issue #36). ## Changes ### Progress Tracking - Modified `downloadFileChunked()` to display real-time...
Merges PR #83 with master and addresses all code review comments. Adds ability to query PDF document metadata (page count, dimensions, rotation) without performing full PNG conversion. ## Changes -...