Copilot

Results 4682 issues of Copilot

This PR removes all deprecated features that were marked for removal in version 11.0 of NHS.UK Frontend, significantly cleaning up the codebase and preparing for the next major release. -...

This PR implements the cassette motor relay "click" sound feature requested in issue #296. The BBC Micro's cassette motor relay produces distinctive click sounds when turning on and off, which...

Investigation into issue #38 revealed that disc preservation logic during FDC reset operations was unnecessary. The FDC `reset()` and `powerOnReset()` methods only affect internal controller state (registers, callbacks, drive selection)...

## Summary - *This work is behind a feature toggle (flipper): YES* - context: The locaiton endpoint is still returning the wrong location. While we are sorting this out, we...

require-backend-approval

## Context Veterans experience multi-second latency when first navigating to `/my-health/*` pages due to cold EHR queries through UHD→SCDF→VistA/Cerner. SCDF maintains a 20-minute cache that remains unused when users navigate...

## Summary - *This work is behind a feature toggle (flipper): NO* - Creates V2 endpoint `POST /v2/documentation/search` that accepts NDC directly in request body, eliminating the prescription lookup step...

require-backend-approval

Addresses code review feedback on PR #25556 to use explicit `StandardError` rescue instead of bare rescue. ## Changes - Changed `rescue => e` to `rescue StandardError => e` in `fetch_facility_names`...

## Summary - *This work is behind a feature toggle (flipper): NO* - Adds defensive nil check to `international_phone_number` method to prevent potential nil reference errors when called from contexts...

## Plan: Add Query Language (SDBL) Support to Semantic Tokens Based on the BSLHighlighter reference from sonar-bsl-plugin-community, I need to add support for highlighting SDBL (query language) tokens within string...

## Описание Реализуется полная поддержка множественных workspace folders согласно спецификации LSP. Каждый workspace получает изолированный `ServerContext` с отдельными коллекциями документов и метаданными конфигурации. **Статус:** В процессе миграции тестов на новую...