Paul Hebert
Paul Hebert
Hey @davatron5000 , I recently made the [image-compare web component](https://image-compare-component.netlify.app/) for a [blog post my boss wrote](https://cloudfour.com/thinks/a-bashful-button-worth-8-million/). I really like this repo and often use it when looking for a...
@thedustinsmith I see you merged in the deepExtend changes from PR 49. Unfortunately this broke the result size parameter for me. Using console logs I was able to see that...
Hey, thanks for the tool, this is a really cool idea! I'm running into a couple issues when using the plugin to import generated files. I get an "X layers...
For a recent post @grigs helped me figure out how to get Wordpress to autogenerate responsive image `srcset` and `sizes` stuff for a featured image. I wrote up a quick...
Assistive technologies use [`aria-live` regions](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-live) to announce important content changes to their users. It would be great if Pleasantest exposed tools to help test aria live announcements. There are two...
The article landing page (`/thinks`) has 11 posts on it. On large screens this works great, but on medium screens the number of posts leads to odd rows:  Making...
[Chrome provides an API ](https://developer.chrome.com/docs/crux/api/)to query their "CrUX" data (Chrome Rel user experience data). This data shows the CWV scores for real logged in Chrome users. I'm currently using this...
It can be nice to have an easy way to add asides or related diagrams to articles. For example here's a screen shot of side notes I've used in the...
I was working on a button group where `aria-pressed` changes when a button is pressed. It would be cool if this was exposed via `getAccessibilityTree` (Same with any other aria...