David Lapointe Gilbert
David Lapointe Gilbert
Fixes #294 Fixes the load order for Google Maps api. Since it uses a passed callback in the URL, the callback needs to be added first, hence changing to registerScript...
For some reason, our custom ESI block had trouble with some forms. I found some errors that I've been able to solve with some custom POST forms, but somehow I...
Hi! I know I've mentioned this in a private support ticket, but since it's been a while, I just wanted to make sure it doesn't fall into a crack. The...
There is a problem with select 2. https://github.com/taylormsj/acf-cf7/blob/master/acf-cf7-v5.php#L263 You can change that selector to ".cf7-select input" because the input element needs to be pointed there and not the wrapper. This...
Currently, if viewbox is not included, the parent SVG is at default height, even if width is specified in CSS (downscaling an icon proportionnaly by specifying only the width becomes...
Hi! Me again years later. I started giving up on using sprites nowadays to use simple svg includes so I needed a way to pull icon files from a folder....
Hi! Sorry to bother you, but it seems like the latest addition of Micropackage\Filesystem\Filesystem slipped into the code, but not in the composer.json file (maybe a publishing issue with composer?)...
**System Details** - OS: MacOS Sonoma 14.5 and Sequoia 15.0 - Thorium Version: 124.0.6367.218 **Problem** Clip-path visual inconsistency / choppy when hardware acceleration flag is enabled. When it is disabled,...
Add option to bypass post hooks just like the --no-verify option allows to bypass pre hooks which I needed for a specific use case. EXECUTE_HOOKS could be renamed to EXECUTE_PRE_HOOKS...
Hi! Newer versions of macs with Apple Silicon don't seem to come built in with libpsl, so I've added this line to make sure people know to install it up-front...