Copilot
Copilot
This PR removes the deprecated and unused `logExceptionReportingUrl` property from `ARTClientOptions` as identified in the issue. ## Changes Made - **Removed property declaration** from `ARTClientOptions.h` including its deprecation comment -...
- [x] Understand the feedback and requirements - [x] Revert previous implementation that mixed flash decoding into attention finder - [x] Create separate `find_flash_decoding` finder struct - [x] Make it...
This PR introduces a WebSocket adapter interface to decouple go-vncproxy from any specific WebSocket library, enabling support for multiple WebSocket implementations while maintaining full backward compatibility. ## Problem Previously, go-vncproxy...
The `isTracked` function was module-scoped, preventing subclasses from overriding tracking logic for custom BPMN extension elements. ## Changes - **Converted `isTracked` to prototype method**: Moved from standalone function to `ChangeHandler.prototype.isTracked`,...
This PR upgrades the Ruby deployment infrastructure from legacy versions to current stable releases and adds automated deployment capabilities. ## Changes ### Ruby and Capistrano Upgrades - **Ruby**: Upgraded from...
This PR adds support for initializing `MongoDbContext` directly from an `IMongoClient` instance, enabling seamless integration with .NET Aspire's MongoDB integration where `IMongoClient` is already registered in the dependency injection container....
This PR introduces a new **cloth simulation example** (`cloth_simulation.c`) that demonstrates advanced real-time physics simulation using CGL's compute shader capabilities. ## 🎯 Features - **GPU-Accelerated Physics**: Compute shaders handle 1,024...
This PR significantly expands the Python examples collection for the CGL library, adding 8 comprehensive new examples that demonstrate various features and capabilities. ## New Examples Added ### Basic Examples...
This PR modernizes the autopager package to use modern Python (3.8+), removing all Python 2 compatibility code and outdated Python 3 versions. ## Changes ### Removed Python 2 Compatibility -...
## Overview This PR addresses issue #[number] by transforming the soft404 package from a collection of scripts and notebooks into a professional, modern Python package with proper structure, entry points,...