Copilot
Copilot
## Felix SCR to OSGi DS Migration Progress ### ✅ Latest Update: Fixed Missing Properties in @Component Annotations Corrected missing and improperly migrated properties from Felix SCR `@Property` annotations: **Fixed...
This PR fixes a binary compatibility issue where applications compiled against older versions of PreMailer.Net would fail at runtime with "Method not found" errors when calling `MoveCssInline` methods. ## Problem...
Adds symmetric `toWeb` conversion to complement the existing `fromWeb`, enabling bidirectional conversion between `HttpServerRequest` and global `Request`. ## Changes **Public API** (`HttpServerRequest.ts`) - Export `toWeb: (self: HttpServerRequest) => Request` **Implementation**...
This PR adds three new extension operators for `Flow` that provide boolean negation functionality, addressing the feature request in the issue. ## New Operators - **`Flow.not()`** - Returns a Flow...
Implement withLatestFrom for multiple flows (3-10 flows) with optimized Array-based implementation
This PR extends the `withLatestFrom` operator to support combining multiple flows (3-10 flows), addressing the issue request for "withLatestFrom for many flows". ## Changes Made ### Core Implementation - Added...
This PR implements the `selectAsStateFlow` API that combines FlowExt's powerful memoized selector functionality with StateFlow conversion, addressing the investigation request in the original issue. ## Overview The `selectAsStateFlow` functions provide...
`context.fixtures` now auto-resets after each scenario, eliminating the need for manual cleanup and reducing user error. ## Changes **Core implementation** (`behave_django/environment.py`): - Delete `context.fixtures` after processing in `setup_fixtures()` using `contextlib.suppress(AttributeError)`...
This PR fixes the Playwright test framework to properly launch JupyterLab Desktop and generate meaningful documentation screenshots containing actual application UI content instead of identical empty screenshots. ## Problem The...
## Overview This PR addresses the limitation where the Mobile Control System Controller required devices to inherit from `VideoCodecBase` to create codec-specific messengers, even when devices only needed basic call...
This PR implements a new `/swagger` endpoint that provides OpenAPI 3.0.3 documentation for the PepperDash Essentials CWS API, enabling integration with tools like ApiDog and automatic client generation for web...