Lucas

Results 100 comments of Lucas

Thinking about this a bit more, pluggable nonces are also a point of concern, as the fact of being pluggable also renders the call to `wp_verify_nonce` "impure", as in: If...

Hi @lokesh, any plans for merging this? Video support would be a great addition to the library.

I haven't looked at how WP Core does it, but it should probably be surfaced on the API already to render it on the wp-admin?plugins.php page

This sounds perfect. Are there plans to implement this some time?

> ```shell > --add-host=hostmachine:host-gateway > ``` It works, but can you please update it to 1.41 and add `--add-host=hostmachine:host-gateway` by default? 1. `docker run --add-host=hostmachine:host-gateway -p 3000:3000 --rm --init -it...

This only runs the Playwright [Webserver](https://playwright.dev/docs/test-webserver) in a dockerized environment, but the actual test execution, and therefore, the [browser dependencies](https://github.com/microsoft/playwright/issues/11122), still runs in the host, correct? To run Playwright with...

> If you run Playwright with --ui-host=0.0.0.0 as described [here](https://playwright.dev/docs/test-ui-mode#docker--github-codespaces), you can simply access the Playwright UI in a regular browser running on your host. You're right, this is awesome...

@Kinfe123 try to use network:host on your docker command (look it up for exact syntax)

I once again circle back to this issue, needing this feature. Is it possible to have an update on this by a maintainer? Will the option to save a cache...

Closed through https://github.com/lucatume/di52/pull/41