Copilot
Copilot
This PR completely converts the `samples/Blazor.ExampleConsumer` app from Bootstrap styling to modern MudBlazor components with Material Design. ## Changes Made ### Core Setup - Added MudBlazor NuGet package reference (v7.8.0)...
This PR adds PHP 8.4 to the CI build matrix to ensure the framework is tested against modern PHP versions and catches any compatibility issues early. ## Changes Made **PHPUnit...
This PR addresses PHP 8 compatibility issues in the Go! AOP Framework by providing comprehensive documentation, testing, and tooling for PHP 8+ support. ## Changes Made ### 📚 Documentation -...
- [x] Add version field to the Checkout interface in both core and payment-integration-api packages - [x] Add version field to the Cart interface in both core and payment-integration-api packages...
Adds a DeepWiki badge to the README.md file, similar to the implementation in the [BigCommerce Cornerstone repository](https://github.com/bigcommerce/cornerstone/commit/76d28e7b9d5625b2fdda5369925899475720322f). The badge is positioned right after the main title and provides users with...
Since v7.1.0, claude-mem uses Bun for cross-platform worker management. All troubleshooting documentation still referenced PM2 commands that no longer work. ## Changes Updated 4 troubleshooting operation files: - **worker.md**: PM2...
MCP search tools defaulted to `"thedotmack"` (plugin directory name) instead of the user's active project when `project` parameter was omitted. Root cause: `process.cwd()` in the MCP server context points to...
Claude Code hangs on startup after plugin installation when hooks encounter errors (worker not ready, first-time setup, connection failures). Root cause: uncaught promise rejections in hook entry points leave processes...
Multiple visible console windows appear on Windows 11 when using claude-mem, caused by child processes spawned without the `windowsHide` flag. ## Changes Two `spawnSync` calls missing the `windowsHide: true` option:...
## Overview Fixes #22 by adding a user-controllable checkbox to enable/disable the "nice" scale feature on charts. Previously, this was hardcoded to `true` for bar charts and `false` for strips...