tombroucke

Results 8 issues of tombroucke

Hi, I just got to know Intervention, and have implemented it in a first project, but encountered a problem. In a fresh install, the value for the timezone_string option is...

When a PHP error is encountered in a block, the specific error is not displayed, instead a "Cannot end a section without first starting one" error is shown. This makes...

I have run into a timeout with fetch() a couple of times. Is it possible to add an options argument to the fetch() function? This would forward the options to...

feature

Hi, I'm trying to get this to work with the normal embed iframe (not through the embed api) e.g. ``. When loading the iframe, the src string is encoded (`video.iframe.src...

When running the `fetch()` function, we can now add options: ```php fetch( 'https://httpbin.org/get', options: [ CURLOPT_SSL_VERIFYPEER => false, CURLOPT_SSL_VERIFYHOST => false, CURLOPT_TIMEOUT => 30, ... ] ); ``` - [...

HTML Forms' validation is based on the form's post meta. When a form is saved in the WP backend, the required & e-mail fields are serialized & saved to _hf_settings....

# Responsive pics compatibility I am using [https://github.com/clarifynl/responsive-pics](https://github.com/clarifynl/responsive-pics) in a lot of projects, but imagify is not optimizing the images generated by Responsive Pics. I did some digging, and I...

The URL that is being logged should be the same URL that is used in further logic.