Copilot

Results 4682 issues of Copilot

The `HttpHeadersCustomRecipe` contained a logic bug in the `setAll` method migration that incorrectly assumed type compatibility between `java.util.Map` and `io.clientcore.core.http.models.HttpHeaders`. ## Problem The original transformation was: ```java // Before (azure-core)...

## Overview The `HttpRequestCustomRecipe.getVisitor()` method contained extensive logic that was difficult to follow due to repetitive code patterns and lack of documentation. This PR refactors the method to improve readability...

When using duration-based `QueryTimeInterval` instances (like `QueryTimeInterval.LAST_30_MINUTES`) with Azure Monitor Metrics queries, users encountered a deserialization error: ``` com.azure.core.exception.HttpResponseException: Deserialization Failed. ... Caused by: java.lang.IllegalStateException: Missing required property/properties: timespan ```...

This PR adds support for OKLCH color format in color tokens, shadows, borders, and composition tokens. ## Changes - **Added OKLCH parsing**: Extended `convertToFigmaColor` function in `src/plugin/figmaTransforms/colors.ts` to detect and...

## Problem The current GitHub sync functionality is inefficient because it: 1. Pulls from remote before comparing changes, even when `lastSyncedState` is available locally 2. Pushes all files in a...

## Problem Free users were unable to import token projects exported as folders into the plugin. When attempting to use the "Choose folder" import feature, free users would be redirected...

Thanks for assigning this issue to me. I'm starting to work on it and will keep this PR's description up to date as I form a plan and make progress....

## Problem When applying themes to complex components with deeply nested instances (e.g., data tables, full page dashboards), the plugin would scan every child layer within the selection, including those...

## Problem When working with "local document" storage, tokens loaded into the plugin are lost if the user closes and reopens the plugin without explicitly clicking the "Apply To" button....

## Problem Currently, renaming a token by clicking on its individual instance (e.g. `token.sm`) updates any token values that reference it across all sets. However, renaming via the parent group...