Lucas

Results 52 issues of Lucas

**Is your feature request related to a problem? Please describe.** Yes, I want to be able to test REST endpoints. I can't dispatch a GET/POST request to a REST endpoint...

enhancement

**What do you think is missing from the documentation?** Might be worth to add a small note [here](https://wpbrowser.wptestkit.dev/modules/wpwebdriver#amoncronpage) or as a Tutorial, talking about the `fastcgi_finish_request()` that was [added](https://github.com/WordPress/WordPress/commit/942f35446f1e9bc9d4154f421ded4db31d969967) on...

enhancement

## Feature Request - [X] Yes, I reviewed the [contribution guidelines](https://make.wordpress.org/cli/handbook/contributing/). **Describe your use case and the problem you are facing** The command `wp site empty` does not accept a...

First, thanks for Comet Cache. It's the best Cache plugin and I've been using it for years. I have the Pro version, I want to clear the Homepage cache programmatically,...

Hey buddy, First of all, thanks a lot for the effort on this free, open-source code. I'm playing Diablo 1 with my brother, we play side-by-side and there are some...

If a plugin generates output during activation, `activate_plugin` will return an `WP_Error` object configured like this: ```php $output = ob_get_clean(); return new WP_Error( 'unexpected_output', __( 'The plugin generated unexpected output.'...

command:plugin-activate

Howdy! First of all, thanks for your effort in maintaining this OS project. I wanted to use this in a WordPress plugin, but I'm afraid that 1.8mb might be too...

Reduces the size of this package from 50mb~ to 1mb~ by removing the benchmarks. Before: ``` ➜ di52 git:(master) du -d 2 -h --exclude=.git 24K ./tests/Builders 96K ./tests/__snapshots__ 56K ./tests/data...

Currently, I have enabled Alarms for temperatures over 90 degrees in my CPU. However, when I open a heavy program or extract a zip package, the CPU temperature might spike...

enhancement

I've built a huge correlation heatmap with over 70 metrics, which generated a 3000x3000px gigantic heatmap that was hard to analyse. Since the correlation heatmap is so large, the labels...