Craig Francis

Results 76 comments of Craig Francis

In WordPress 6.1 ([October 2022](https://make.wordpress.org/core/2022/06/23/wordpress-6-1-planning-roundup/)), this won't be needed, as the `%i` placeholder has been added for Identifiers (table/field names): ```php $wpdb->prepare( 'TRUNCATE TABLE %i', plugin_get_table_name( 'Name' ) ); ```...

Following on from Yakub Kristianto: https://groups.google.com/d/msg/dompdf/NvTKQkBPxVc/aEK_2NSk3LUJ He did some really good work getting this to work so you could change the page size with multiple render() calls. Unfortunately his code...

The patch for the CPDF version (incomplete) can be found at: https://groups.google.com/d/msg/dompdf/03akDzpb1mo/EsZQC0ain6AJ

Thanks @jrfnl, I should have some time over the next week. I've just re-read the comments, and I think my summary on the [Sep 20](https://github.com/WordPress/WordPress-Coding-Standards/pull/2072#issuecomment-1252646455) lists the remaining bits? -...

Sorry @jrfnl, I've not looked at the MinimumWPVersionTrait bit yet (don't know if that's a complicated thing, hopefully not, where I did note [some code above](https://github.com/WordPress/WordPress-Coding-Standards/pull/2072#issuecomment-1252646455))... but other than that...

I've added the `MinimumWPVersionTrait`, and squashed commits... I was just checking they were the final things that needed to be done, I can only assume they are correct now, and...

Hey Juliette, thank you for looking at this, I really appreciate your time looking at this (and everything else you do; my to do list is embarrassing). I've added you...

Thanks Juliette :-) > you may need to delete a stray branch in your fork now I'll probably delete my branch/fork, considering it's called "patch-1", I suspect I messed up...

With iOS, this is their default behaviour for iframes... they call it [frame flattening](https://lists.w3.org/Archives/Public/www-style/2016Feb/0187.html).

As a website developer, I'd be happy for the iframe to simply increase in size (so the scroll bars weren't required), and to not bother scaling back again. Which works...