Copilot

Results 4682 issues of Copilot

The app was crashing with a `NullReferenceException` when requesting messages from the bot on both Android and Windows platforms. The error occurred in `UserMessageItemTemplate.BorderText_SizeChanged` at line 27 when trying to...

This PR provides a comprehensive analysis of the lecture presentations in the repository to identify outdated or incorrect information, as requested in the issue. The analysis has been updated after...

## Plan: Display the README from Autogen folder Understanding of the issue: - The Autogen folder has a README.md file with information about AutoGen ecosystem - The main README.md currently...

Azure APIM added OData support in July 2024, but apiops tooling could not extract or publish OData APIs. This prevents proper GitOps workflows for services using OData endpoints. ## Changes...

## Overview This PR fixes the AI Gallery Standard Validation failure by adding Azure DevOps Pipelines support to the repository. The validation requires templates to support both GitHub Actions and...

The intervals dimension caused memory waste from zero-padding and confused users with its 3D structure. Decoding results now concatenate along `time` with an `interval_labels` coordinate for grouping. ## Changes -...

`PositionGroup.fetch_position_info()` returns an empty DataFrame when position merge IDs are fetched in non-chronological order (e.g., alphabetically by UUID rather than by time). Pandas `.loc[min:max]` slicing on an unsorted index returns...

This PR adds a comprehensive **AGENTS.md** file to provide Large Language Models (LLMs) and AI agents with essential guidance for working with the Spyglass neuroscience data analysis framework. The file...

Replaced single-letter and abbreviated variable names with descriptive identifiers across the Activities system to improve code readability and maintainability. ## Changes **ActivityTimer.cs** - `ms` → `milliseconds`, `tfTime` → `timeTextField`, `coTimer`...

Eliminates ~450 lines of duplicated code across daemon GC runner handlers and webhook authorization checks. ## Changes ### Daemon GC Handlers (~350 lines eliminated) - Extracted common runner formatting logic...