Copilot

Results 4682 issues of Copilot

This PR updates outdated version references in the documentation to reflect the current state of the project. ## Changes Made - Updated installation examples in README.md from `v0.12.9` to `v0.12.12`...

## Overview This PR adds a comprehensive documentation file (`BUGS_AND_ISSUES.md`) that identifies and documents 8 important bugs and issues found during a thorough review of the repository's documentation and source...

Users report downloads fail on iOS when screen is locked while using `react-native-track-player`. The library's iOS implementation is correct—it uses `NSURLSession` background sessions with `discretionary = NO`. The issue is...

## Description Adds 19 environment variables with `WG_*` prefix to override settings managed through the Admin Panel. When set, these values take precedence over database settings at runtime. Users can...

Working on integrating with nvim-treesitter parsers as requested in feedback. ## Progress - [x] Analyze current tree-sitter implementation that uses static parser dependencies - [x] Research nvim-treesitter parser integration approach...

This PR updates the extension to use inclusive terminology by renaming "blacklist" to "blocklist" throughout the codebase while maintaining full backward compatibility with existing user configurations. ## Changes Made ###...

Thanks for asking me to work on this. I will get started on it and keep this PR's description up to date as I form a plan and make progress....

Fixes compilation failures in the automerge process caused by recent changes to TrinityCore's ObjectGuid API. ## Problem The automerge was failing with compilation errors related to ObjectGuid constructor calls. Recent...

Dapper added `QueryUnbufferedAsync` returning `IAsyncEnumerable` in version 2.1+, eliminating the need to buffer results when using `ToAsyncEnumerable()`. ## Changes - **Updated `ListImpl`**: Changed to return `IAsyncEnumerable` using Dapper's `QueryUnbufferedAsync` to...

## Changes This PR removes several site-specific "hacks" from the codebase, specifically the editor detection functions in `utils.js`. These were identified as "weird code" that none of the developers fully...