Copilot
Copilot
Converts the Jekyll-based theme to React using Next.js with static site generation, server components for optimal SSG, Tailwind CSS styling, centralized configuration, and full Markdown parsing support with Jekyll conventions,...
Converts vanilla TypeScript implementation to React 18 with hooks, modernizing the client-side architecture while maintaining compatibility with the Jekyll theme. ## Changes - **React integration**: Added React 18.3.1, React DOM,...
When a plugin generates output during activation, WordPress returns a `WP_Error` with code `unexpected_output` and the captured output as error data. Currently, WP-CLI shows the error message but not the...
## Plugin Dependencies Support Implementation - COMPLETE ✅ This PR successfully implements plugin dependencies support for WordPress 6.5+ as requested in the issue. ### Features Implemented 1. **`--with-dependencies` flag for...
Adding `type` field to distinguish block themes vs classic themes for `wp theme get` and `wp theme list` commands. ## Summary This PR adds a new `type` field that indicates...
## Description When a plugin directory is manually removed (not via WP-CLI), the plugin remains in WordPress's `active_plugins` option. This orphaned entry can break dependency checks and compatibility features in...
Adds `wp plugin check-update` and `wp theme check-update` commands, providing parity with `wp core check-update`. ## Implementation **Commands added:** - `wp plugin check-update [...] [--all] [--fields=] [--format=]` - `wp theme...
The main page was experiencing slow load times due to excessive filesystem operations in the repository metadata loading process. The issue was in the `getRepoMetadata` function which was checking analysis...
## Task: Set Bounds before size changed **Issue**: Calling `moveToBoundingBox` before viewport size is known discards the call because a size is required for calculations. **Goal**: Store the bounding box...
This PR significantly improves the iOS documentation for Open Mobile Maps, expanding it from ~640 lines to over 1,300 lines with comprehensive coverage for both beginners and advanced developers. ##...