Copilot

Results 4682 issues of Copilot

### Summary Fixes #15537 When viewing large resource lists grouped by namespace, there's no way to quickly identify which namespace contains the most resources without using the namespace filter. This...

### Summary Fixes #12692 Adds `ifNotHaveType` product configuration option - the inverse of `ifHaveType`. This allows products to be hidden when a specific type IS found, enabling products to be...

The `RuntimeError` in `USBClient.__init__` was unreachable due to a return statement preceding the raise, making WDA readiness validation ineffective. ## Changes **USBClient.__init__** (line 1765-1776) ```python # Before: exception never thrown...

The `wrapperElement` field in the `UI` class was incorrectly declared as `public`, which violates encapsulation principles and exposes internal implementation details. This PR addresses the issue by: 1. **Making the...

+1.0.0

Adds relative coordinate methods to `ClickEvent` that provide mouse coordinates relative to the clicked component, restoring functionality that was available in Vaadin 8's `MouseEvents.getRelativeY()`. ## Problem Vaadin 23's `ClickEvent` only...

+0.0.1

Configures repository-specific instructions for GitHub Copilot coding agent per best practices. ## Changes - **Added `.github/copilot-instructions.md`** with repository context: - Multi-module Maven project structure (flow-server, flow-client, flow-data, etc.) - Build/test/lint...

+0.0.1

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....

The `get_keymaps()` function throws "Undefined offset: 1" notices on single-site installations when processing cache keys. After applying `array_slice()` to remove key prefixes, the code accesses `$parts[1]` without validation. ### Changes...

UBERON had ~120 mucosa terms but only ~60 corresponding epithelium terms with proper `part_of` relationships, breaking the navigation path: mucosa → epithelium → cell types. ## Changes Added 25 new...

This PR adds a new term "episcleral vein" to the UBERON ontology as requested in issue #1680. ## New Term Details **UBERON:7770011 - episcleral vein** - **Definition**: "A vein located...

unreviewed