Corey Worrell

Results 17 issues of Corey Worrell

According to the [docs](https://developers.google.com/recaptcha/docs/v3) there is a 2 minute limit on a valid CAPTCHA, and it appears that this plugin executes the CAPTCHA on page load rather than when a...

### Mautic Version 4.3.x series ### PHP version 7.4 ### What browsers are you seeing the problem on? Not relevant ### What happened? If you use the form action to...

bug
reports

Using the options `execute-command`, and `include-command-output-in-response: true`, how can I start a command in the background and still let my script return to webhook? Right now I have tried: ```...

enhancement

You'll see they don't keep any code in trunk: https://plugins.trac.wordpress.org/browser/advanced-post-manager/#trunk But there are tags with full code: https://plugins.trac.wordpress.org/browser/advanced-post-manager/#tags/4.5.0 If I specify in my `composer.json` `"*"` or `"4.5.0"` it installs from...

bug
upstream-packaging

### Description In Firefox, if you select an SVG image for the Site Logo block, the Settings panel disappears. You cannot set the image width, link to home, etc. ###...

[Type] Bug
Browser Issues
[Block] Site Logo

Not sure if this belongs here or in bevacqua/fuzzysearch, but is there a way to support including results that include diacritic/accent marks in them? For example, if you have an...

Currently, the `highlighter` option is not passed to the `autocomplete` function, so the option is effectively ignored.

What am I doing wrong here? ```php class Example { public function __construct() { add_filter('template_include', [$this, 'template']); } public function template(string $template): string { return 'something'; } } class ExampleTest...

bug

```stylus .text-nowrap { white-space: nowrap } .text-truncate { truncate-text() } ``` throws `ParseError: expected "indent", got "eos"`

t: Bug
w: Unconfirmed

So far most plugins available that extend the new editor (Gutenberg) wants to be all encompassing. It would be great to have more à la carte style plugins available that...