Copilot

Results 4682 issues of Copilot

Updates `@mongodb-js/tsconfig-devtools` dependency from 1.0.0 to 1.0.4 per https://github.com/mongodb-js/devtools-shared/pull/582 and simplifies package tsconfig files to remove redundant properties. ## Changes - **configs/tsconfig-compass/package.json**: Bump `@mongodb-js/tsconfig-devtools` from `^1.0.0` to `^1.0.4` - **package-lock.json**:...

The gallery disappears during mousehover under specific browser conditions (certain zoom levels, window sizes) due to inappropriate application of CSS classes that affect gallery visibility. ## Root Cause Analysis After...

- [x] Understand the issue and explore the codebase - [x] Reduce lock scope in ConnectionPool.get_connection() - [x] Add test for lock not held during connection establishment - [x] Add...

bug-fix

This PR modernizes the automatic differentiation backend by replacing Zygote with DifferentiationInterface + Mooncake throughout the codebase. This change improves performance and ensures better compatibility with the evolving Julia AD...

This PR adds a comprehensive `.github/copilot-instructions.md` file that provides GitHub Copilot coding agents with detailed instructions for working effectively in the AbstractGPs.jl codebase, with enhanced coverage of examples workflow and...

## Problem It's currently possible to create a study with a `cancer_study_identifier` (stableId) that includes special characters like "+". These characters can cause URL encoding issues when the study ID...

# Short description Added `BREAKING_CHANGES_V2.md` to track all breaking changes introduced in the dev2 branch for Pastas 2.0 release. # Checklist before PR can be merged: - [ ] is...

- [x] Create @property for `parameters` attribute to prevent direct manipulation - [x] Create @property for `settings` attribute to prevent direct manipulation - [x] Update internal code that directly modifies...

enhancement

# Short description Adds automated regression testing to verify `ml.solve()` produces consistent results across Pastas versions and dependency updates using `uvtrick`. Integrates with the existing tox-based testing infrastructure for consistency...

- [x] Analyze the issue: Need to extract domain names from metadata addresses for telemetry - [x] Explore the repository structure and identify relevant files - [x] Understand current telemetry...