Copilot

Results 4682 issues of Copilot

The action fails on pull requests with `fatal: ambiguous argument 'refs/remotes/pull/123/merge': unknown revision or path not in the working tree`. ## Changes - **Line 89**: Use `refs/remotes/origin/${GITHUB_HEAD_REF}` to get the...

This PR implements the "Posts => Tweets" text replacement feature requested in the issue, completing both requirements: ## Changes Made ### 1. ✅ Hide Verified Badge (Already implemented) The verified...

## Problem The CI workflow was failing with the following error: ``` The CodeQL Action does not support uploading multiple SARIF runs with the same category. Please update your workflow...

This PR parameterizes all pipeline tests to run with both `OutputFormat.PANDAS` and `OutputFormat.EXPERIMENTAL_ARROW` output formats, ensuring comprehensive testing of the new experimental Arrow output format across the entire pipeline test...

This PR addresses the security issue where the ReductStore Docker container was running as root user, which violates Docker security best practices and creates unnecessary security risks. ## Changes Made...

Hotkey settings were lost when switching between settings tabs. Changes persisted only if the settings window was closed immediately after modification. ## Root Cause SwiftUI's `NSViewRepresentable` calls `updateNSView` when views...

This PR adds support for Catalan language (català) to Easydict, addressing the request from users in Barcelona and other Catalan-speaking regions. ## Changes Made ### Core Language System - Added...

Implements a lightweight inline text editor using `contenteditable` for labels and short text fields. ### Changes - **`tsunami/frontend/src/element/editablediv.tsx`** - New component - Controlled component that syncs DOM text on prop...

## Adding Custom Dropdown Element to Tsunami Framework ✅ ### Completed Implementation: #### ✅ Core Component (`dropdown.tsx`) - **Custom Styled Dropdown** - **Custom UI components** - No native `` tags,...

This PR updates the translation workflow to use the official `@actions/ai-inference` action instead of the custom `FidelusAleksander/prompt-action@v1`. ## Changes Made - **Action Reference**: Updated from `FidelusAleksander/prompt-action@v1` to `actions/ai-inference@v1` - **Output...