Copilot

Results 4682 issues of Copilot

This PR implements a comprehensive visual refresh of the Daily Office 2019 Vue frontend, transforming it into a more professional, book-like design inspired by the Book of Common Prayer 2019....

This PR implements the **Draw Missing Crossings (BBOX)** algorithm as specified in `assets/todo_roadmaps/draw_missing_crossings.md`, fulfilling the roadmap requirements to systematically detect and generate missing pedestrian crossings within a bounding box. ##...

This PR updates various NuGet package dependencies to their latest compatible versions while maintaining .NET 5.0 compatibility and ensuring the solution continues to build without breaking changes. ## Security Improvements...

## Overview This PR adds three new configuration options to enhance the coverage comparison functionality, addressing the feature requests in #532. ## Motivation On large projects, the current comparison behavior...

The card configuration tabs were completely unusable in recent Home Assistant versions, appearing as non-clickable plain text instead of functional navigation tabs. This was caused by the use of deprecated...

Eliminated ~239 lines of duplicated code across `curve()`, `curve_orbitwise()`, `combine_events_lists()`, and `image_astrometry()` by extracting 6 helper functions. ## Changes ### Helper Functions Extracted - **`adjust_detection_threshold()`** - Consolidates 34-line duplication of...

resolves: #476 ## Overview This PR adds support for `package-lock.json` and `yarn.lock` diffs to be posted to Pull Requests, similar to the existing `composer.lock` diff functionality. When a PR includes...

## Problem The `tasks/test.yml` Taskfile was located in the main drainpipe package, but it depends entirely on development and testing tools that are only available in the drainpipe-dev package. This...

# Bug Fixes: https://github.com/NuGet/Home/issues/[issue_number] ## Description `ContentFileUtils` unconditionally uses file globbing even when nuspec `` patterns contain no wildcards. Most packages use exact paths. Globbing walks the directory structure checking...

# Bug Fixes: https://github.com/NuGet/Home/issues/14635 ## Description When pushing packages to nuget.org, quota limit violations return HTTP 403 with a Retry-After header indicating when to retry. The existing code throws generic...