Christian Leucht
Christian Leucht
Currently the following classes: - `Inpsyde\SearchReplace\Database\Exporter` - `Inpsyde\SearchReplace\Database\Importer` - `Inpsyde\SearchReplace\Database\Replace` returning "report"-arrays in their methods. The response has - most of the time - following fields: - errors - `NULL|\WP_Error|array`...
By default the `node_modules`-folder is not ignored. It should be considered - to align with ESLint and Stylelint - to ignore the folder by default. **ESLint** https://eslint.org/docs/latest/use/configure/ignore > In addition...
### Description of the bug Right now the version 1.x of Wonolog is not compatible to PHP 8.1 and shows several deprecated notices. As an example: ```cli Deprecated: Return type...
## Bug Report - [x] Yes, I reviewed the [contribution guidelines](https://make.wordpress.org/cli/handbook/contributing/). - [x] Yes, more specifically, I reviewed the guidelines on [how to write clear bug reports](https://make.wordpress.org/cli/handbook/bug-reports/). **Describe the current,...
When purging the WP-Stash-Cache via Backend (AdminBar) in a large Multisite, i can see following error message: ``` Fatal error: Maximum execution time of 30 seconds exceeded in /html/????/deployments/releases/2/vendor/tedivm/stash/src/Stash/Utilities.php on...
### Is your feature request related to a problem? Right now we have in many places repeating text, inputs or secrets like `COMPOSER_AUTH_TOKEN`, `ENV_VARS`, `GITHUB_USER`, ... ### Describe the desired...
### Is your feature request related to a problem? PHP 8.0 has end of life November 2023. **Link:** https://www.php.net/supported-versions.php ### Describe the desired solution We should consider upgrading our workflows...
## What? `'no-unused-vars': 'off'` in eslint-plugin/configs/recommanded.js will also disable the Typescript eslint when running `wp-scripts lint-js`. ## Why? eslint/no-unused-vars got disabled when introducing support for TypeScript with #27143 (2-3 years...
## What problem does this address? Right now the `ColorPalettePanel` groups colors via `PaletteEdit` into the hardcoded 2 groups "Theme" and "Default", but it is not possible to introduce custom...