Lucas

Results 52 issues of Lucas

### Issue Description When triggering play/pause functionality on audio elements controlled by Amplitude.js within the Brave mobile browser, a DOMException is thrown with the message "play() can only be initiated...

Bug: Needs Confirmation 🧐

Sometimes, an input is flagged as not sanitized if we trim it: ``` $foo = absint( $_GET['foo'] ); // OK. $foo = absint( trim( $_GET['foo'] ) ); // InputNotSanitized. $foo...

Status: Invalid
Status: Awaiting feedback
Focus: Security

This PR is not to meant to be merged, but just an idea for a possible test type that might help with keeping track of Woo Compatibility. I'm not part...

We have a tool that run hundreds of concurrent tests in GitHub. Some of the jobs fail when restoring cache due to 429 from the cache service: > Warning: Failed...

## Feature Request WordPress 6.5 adds the [Plugin Dependencies](https://make.wordpress.org/core/2024/02/15/merge-announcement-plugin-dependencies/) capability. It would be useful if `plugin install` had a `--with-dependencies` flag to also install the dependencies of the plugin being...

command:plugin-install
command:plugin-activate
contributor-day

## Feature Request - [ ] Yes, I reviewed the [contribution guidelines](https://make.wordpress.org/cli/handbook/contributing/). **Describe your use case and the problem you are facing** Downloads from `wp plugin install ` are not...

command:plugin
command:plugin-install
contributor-day

I'm trying to a extend [this](https://github.com/ConSol/docker-headless-vnc-container/blob/master/Dockerfile.debian-xfce-vnc) docker image that has a `ENTRYPOINT` and `CMD`: ```dockerfile USER 1000 ENTRYPOINT ["/dockerstartup/vnc_startup.sh"] CMD ["--wait"] ``` I have tried a few different ways of...

**Describe the bug** My workflow expects the script to be executed from a specific directory, so I use something like this: ```yml - name: Do foo working-directory: some-dir run: ./foo...

**Describe the bug** When using "retry_on_exit_code", it shows this warning: ![image](https://user-images.githubusercontent.com/9341686/184420707-3d833129-8c08-4e6b-94b4-3b3a2a3fc9a2.png) I have tried setting a `timeout_minutes`, even though I didn't want to use one, and the error didn't happen...

If something goes wrong when trying to generate a thumbnail, like permissions, wrong format, anything, it takes the entire site down with a 500 internal error message. The culprit is...

feature