Copilot
Copilot
This PR addresses the issue where users cannot safely cancel Rx streams from within operator functions without encountering concurrent modification exceptions. ## Problem The original issue was that calling `c.cancel`...
- [x] Analyze current HTML and SVG tags/attributes structure - [x] Identify naming conflicts between HTML and SVG attributes and tags - [ ] Design solution for resolving naming conflicts...
- [ ] Analyze current HttpRequest/HttpMessage structure - [ ] Add mutable attachment parameter to HttpMessage.Request - [ ] Add attachment accessor methods to HttpMessage trait - [ ] Ensure...
This PR converts the entire repository to use NuGet Central Package Management as requested in issue #7479. This centralizes all package version management in a single `Directory.Packages.props` file while ensuring...
This PR moves the spring-editor Vite application from the standalone `remotion-dev/spring-editor` repository into the main Remotion monorepo as `@remotion/spring-editor`, aligning all dependency versions with the `packages/convert` package. ## Key Changes...
The ubuntu-20.04 images are no longer available on Azure Pipelines. This PR updates all remaining references from `ubuntu-20.04` to `ubuntu-22.04` in the Azure Pipelines configuration files. ## Changes Made Updated...
This PR implements System.Text.Json serialization and deserialization support for the AdaptiveCards .NET library, providing a modern alternative to the existing Newtonsoft.Json implementation. ## Overview The AdaptiveCards library now supports both...
When performing JOIN queries with `SELECT *`, the resulting columns array now includes table-qualified column names to resolve ambiguity. **Before this change:** ```sql SELECT * FROM contacts JOIN titles ON...
The `SwappableDB.Swap()` function previously deleted the original database files immediately before attempting to open the new database. If the swap operation failed for any reason (e.g., corrupted file, permission issues,...
This PR updates the `node-hue-api` package from v4.0.11 to v5.0.0-beta.16 to resolve compatibility issues and security vulnerabilities as requested in the issue. ## Changes Made ### Package Updates - **node-hue-api**:...