Copilot

Results 4682 issues of Copilot

## Overview This PR adds support for converting Microsoft Visio files to PDF format, addressing issue #XX raised by @heinrichelsigan. The implementation follows the existing PowerPoint converter pattern and integrates...

This pull request enhances and extends the backup configuration options for the Helm chart, introducing new parameters, deprecating an old one, and updating the template and tests to support these...

The Releaser workflow now automatically validates that published releases contain all expected assets and builds/uploads any missing ones. This prevents downstream build failures in projects like Lotus when release assets...

This PR adds a new `delay_z_scaling` parameter to `Image3DModel.parse()` that enables delayed scaling along the Z dimension for 3D images. This is particularly useful for 3D image visualization where preserving...

This PR dramatically simplifies the TileMaker color API by removing complex bootstrap color detection logic and standardizing on actual color values. ## Key Changes ### 1. New Default Color All...

The README.Rmd file was generating Bootstrap-styled HTML that appeared broken on GitHub because GitHub's markdown renderer doesn't support external CSS styling. This caused the tiles to display as plain unstyled...

When `ydb.Open` is called with an already-expired context, the error message chains multiple stack traces, making it difficult to diagnose: ``` retry failed on attempt No.1: context deadline exceeded at...

Implements first step of package modularization by extracting core infrastructure into standalone `constructive.core` package in `sub/` directory. ## Package Structure Created `sub/constructive.core/` containing: - **Core infrastructure** (34 files): `construct()`, `construct_multi()`,...

- [x] Understand the issue: When Kafka assertions fail with "within" guard, no error details/diff are logged - [x] Identify where Kafka assertions happen and where logging should be added...

This PR addresses the need for comprehensive, up-to-date build instructions for the HPCC Platform master branch by providing modern documentation that consolidates information from various sources and addresses common developer...