Alain Schlesser

Results 289 comments of Alain Schlesser

The Lighthouse CI server does not provide a way for making comparisons across URLs, so it's unnecessarily difficult to see the impact of the Optimizer or SSR right now. I've...

^^^ ⚠️ Force-pushed ⚠️ ^^^

I found the cause of this. The image dimensions were set to `$content-width x FALLBACK_HEIGHT` because the plugin failed to fetch the images via `FasterImage` on my system due to...

Noticed a bug in the WP-CLI formatting code while working on this: https://github.com/wp-cli/wp-cli/issues/5330

⚠️ Rebasing the PR to resolve the merge conflict now.

We still don't have functional tests for the commands, so I don't think it is worth the effort to write tests for the command itself right now. We should look...

Sounds like this would add a constant effort to add `next-page-hide` to the admin bar, even on sites that don't make use of `amp-next-page` at all? So that would trade...

For some of these, we might still be able to calculate a close approximate height on the serverside based on the content from the embed, but it would mean supporting...

Instead of using the `media` attribute and including multiple versions of a same element, we could use inline styles like we do with other parts of the SSR transformation, so...

Nevermind, there's no layout that would fit our needs and allow us to not specify the `height`, as we would need knowledge about the "aspect ratio" encoding into the HTML...