Copilot

Results 4682 issues of Copilot

This PR completely removes SQLite from the mobile app and replaces all database storage with JSON file-based storage for both bookmarks and podcasts. ## Changes Made ### Complete SQLite Removal...

This PR implements floating navigation buttons for both SuperBlockView and ChapterBlockView to help users navigate through long lists of learning blocks more efficiently. ## Changes Made ### 1. New FloatingNavigationButtons...

## Problem Package-level SBOMs (.spdx.json files) located outside the BuildDropPath were being incorrectly included in the files section of generated SBOMs. This caused validation failures when SBOMs were validated on...

This PR enhances the existing `RootPathFilter` configuration to support glob-style pattern matching, helping 1ES PT seamlessly route files for validation when customers download pipeline artifacts. ## Changes ### Enhanced RootPathFilter...

## Problem When `SbomValidator.ValidateSbomAsync` is called with a directory path as the `outputPath` parameter, it incorrectly returns `IsSuccessful = true` even though validation fails. This happens because: 1. `FileOutputWriter.WriteAsync()` throws...

## Linked Issue Closes #3035 ## Description Implements the Carousel component using `@zag-js/carousel` for both Svelte and React frameworks. ### Changes - **Dependencies**: Added `@zag-js/[email protected]` to workspace catalog and both...

Enables GitHub Copilot code review context per the Copilot instructions file spec. ### Changes - **`.github/copilot-instructions.md`** — Review context for Copilot covering R code standards, roxygen2 documentation, backward compatibility, testthat...

Adds `.github/copilot-instructions.md` to enable automatic Copilot code review with repository-specific guidance. ### Review Guidelines The instructions file covers: - **R code standards** — roxygen2 docs, NAMESPACE exports, parameter typing -...

Implements keyboard shortcut functionality for the search component in the Documentation site, allowing users to quickly focus the search input using **Ctrl+K** (Windows/Linux) or **⌘K** (Mac). ## Changes Made ###...

The error message for global adapter dependencies was confusing and not actionable for users, especially when adapters were completely missing versus having version mismatches. The controller would show the same...