Copilot
Copilot
## Overview This PR addresses two critical issues in the `checkTriangleTriangleOverlap` method that affect the stability and correctness of triangle-triangle collision detection in mesh simulations. ## Problem 1: Inconsistent Separation...
Upgrades broccoli dependency from ^3.x to ^4.0.0 across packages, with backward compatibility for @embroider/compat. ## Changes - **Dependency updates**: Updated broccoli to ^4.0.0 in: - `packages/template-tag-codemod` (from ^3.5.2) - `test-packages/support`...
GitHub API operations (especially file uploads) were logging full request/response bodies including binary streams, generating >15,000 lines of output per operation. ## Changes **Configuration** - Added `PipelineOptions.DefaultHttpLogging` (default: `StatusCode |...
This PR implements Diffie-Hellman (DH) key agreement support for the cryptography-kotlin library to enable SSH compliance as required by RFC 9142. ## What's Added ### Core DH Algorithm Interface -...
Performance profiling identified inefficiencies in file operations, directory scanning, and text processing hot paths. ## Changes **File I/O** - Chunked file hashing (8KB blocks) instead of loading entire files into...
## Why make this change? Closes #[issue number not provided] Enables configuration-driven automatic entity generation through wildcard pattern matching against database objects. The schema now supports defining entity templates with...
## What's changed This PR enhances the `DabGraphQLResultSerializer` class to properly map all types of `DataApiBuilderException.SubStatusCodes` to their appropriate HTTP status codes in GraphQL responses. Previously, the serializer only handled...
This PR reorganizes the repository structure to follow the guidelines specified in CONTRIBUTING.md. The expected structure is: ``` ├── problem category (or sub-category) │ ├── programming language │ │ └──...
This PR addresses the poor quality contribution snippets that were causing confusion and incomplete PR descriptions, as evidenced by issues #134, #135, #144, #150, and #152. ## Problem The existing...
This PR fixes a TypeScript module resolution issue that occurs when users upgrade to Style Dictionary v4 and switch to modern module resolution strategies (`moduleResolution: "bundler"`, `"node16"`, or `"nodenext"`). ##...