Kaspars Dambis
Kaspars Dambis
Fixes #130. - Webgrind is a generic tool to display Xdebug profiling results. It works by parsing all `/tmp/cachegrind.out*` files. - It currently assumes that all profiling results for `index.php`...
# Feature Request Make the phpunit tests work with PHP 8. It appears that the `php-token-stream` library referenced by `phpunit` isn't compatible with PHP 8: ``` Stack trace: #0 /var/www/html/wp-content/plugins/stream-src/vendor/phpunit/php-token-stream/src/Token/Stream.php(118):...
From https://wordpress.org/support/topic/old-records-are-not-being-removed/ > I have a few sites with the Stream plugin installed. I just noticed that none of them are removing old records. I have the “Keep Records for”...
Fixes #977. - [x] Fix the core issue with preparing multiple values for `IN` and `NOT IN` queries. - [x] Add unit tests for the new helper methods and the...
Replace all generic `@codingStandardsIgnoreLine` comments with specific `// phpcs:ignore RULE_NAME` flags to indicate which rules are being ignored and why. This should help developers to understand the severity of the...
See https://wordpress.org/support/topic/fatal-error-in-tracking-widget-related-changes/
This is more of a thought experiment. It would be great to allow adding Chassis as an npm or Composer dev dependancy: $ npm install chassis/chassis --save-dev or $ composer...
- Update the readme with a notice and a link to the feature guide for core. - Mark this repository as archived.
See https://wordpress.org/support/topic/limit-application-to-specific-rest-endpoints/
Per [Travis runs](https://travis-ci.com/github/WordPress/application-passwords/jobs/394033644#L389): > Error: Looks like you're using PHPUnit 4.8.36. WordPress requires at least PHPUnit 5.4 and is currently only compatible with PHPUnit up to 7.x.