Cory Birdsong

Results 38 comments of Cory Birdsong

I work a lot on Wordpress themes, and on legacy projects I'll often encounter something built with the standard Wordpress approach of interspersing a lot of PHP logic in and...

I disabled the alert as soon as I discovered it and didn't attempt to debug by triggering any further emails since it was on a live site, but the times...

Here is a good blog post listing many reasons carousels are not a good idea, along with supporting links: https://jhalabi.com/blog/carousels-no-one-likes-you

A new block wouldn't be ideal since then any block styles added to the Image block wouldn't be available, and it wouldn't fix SVGs when used in other contexts, like...

A “tablet” device category is not really useful nowadays. Apple changed the iPad’s user agent to be the same as Mac Safari a couple versions ago in order to avoid...

Also, I guess probably the version number in the README.md changelog needs to change.

An `@use`-based module is definitely the long-term answer, but I haven't written or even used enough modules to speak to how one should be structured. As far as a short-term...

> I have a partial solution for that in mind as I could just remove the !default flag for variables like $fontName while leaving variables that usually get changed globally...

I'm **super excited** about this idea in general. The lack of this kind of standardization has been a huge pain point with Gutenberg and honestly had us looking at other...

I definitely agree on the need for extra width values beyond `wide` and `full`. For **margin/spacing/padding**, I’d suggest going with `-100`, `-200`, `-300` over `-1`, `-2`, `-3`, which leaves room...