Copilot
Copilot
## Enable raw link checking in code blocks by default with opt-out flag Successfully resolved all compilation errors, test failures, and code review feedback. ### Latest Changes - **Disabled raw...
Implements DuckDB integration via Quill for persisting `org.scalawiki.dto.Image` instances with type-safe, compile-time verified queries. ## Module Structure - New `scalawiki-duckdb` module with Quill JDBC (4.8.6) and DuckDB JDBC (1.1.3) -...
This PR implements a comprehensive refactoring of the CCM service architecture by introducing abstract base classes, fixing critical model property mismatches with the PowerShell module, adding dual compilation support for...
This PR implements the ability to load lazy properties for CCM classes, starting with the `Get-CCMApplication` function. ## Problem Configuration Manager classes like `CCM_Application` use lazy-loaded properties such as `AppDTs`...
The `ConvertFrom-CCMSchedule` function was failing when encountering schedule strings with RecurType 6, throwing the error "Parsing Schedule String resulted in invalid type of 6". This issue was caused by Microsoft...
The `Invoke-CCMSoftwareUpdate` function was incorrectly returning `Invoked = False` even when software update installations were successfully triggered. This issue occurred because the function used `if ($Invocation)` to determine success, which...
The CLI validation regex rejected `--wp=beta` despite `resolveWordPressRelease()` supporting it. Users attempting to test beta versions received an unhelpful error that didn't list all valid options. ## Changes - **Validation**:...
`add_dynamical_states()` and `add_algebraic_states()` previously returned `None`, requiring users to separately reference states after adding them. This made dynamic model construction cumbersome, especially with list comprehensions. ## Changes - **`Vector.add()`**: Now...
## Problem The particle filter was failing during setup when used with models having multiple measurements (n_y > 1), raising a CasADi dimension mismatch error: ``` RuntimeError: Error in Function::call...
This PR adds new `featureQualities` and `featureGroupQualities` parameters to the `calculatePeakQualities` methods for both `features` and `featureGroups` objects, allowing users to specify which feature and group qualities should be computed...