Nicolas Lemoine

Results 75 comments of Nicolas Lemoine
trafficstars

thanks @AntonioMeireles! I finally stumbled upon the fix and applied it. Works fine now!

For people interested in a wp-cli fake data generator, I forked [Faker](https://github.com/trendwerk/faker) to support more content types: https://github.com/nlemoine/wp-cli-fixtures

And maybe this method should return `$contents` (instead of setting `$skip` to `true`), it would avoid evaluating useless conditions? Once `$skip` is `true`, there's no way to can be `false`...

Hi, First, thanks for this great plugin. There's many caching plugins out there and it's often hard to find the right candidate. This one has definitely some innovative, amazing features....

Thanks @Log1x !

Thanks, that's better. Some texts are still white on white. I'll have a look as soon as I can. ![Capture d’écran 2020-09-15 à 18 02 45](https://user-images.githubusercontent.com/2526939/93235449-dd0fe300-f77d-11ea-9758-464a3d635931.png)

The admin email verification screen also suffers the same issue. ![Capture d’écran 2020-09-17 à 12 20 41](https://user-images.githubusercontent.com/2526939/93460622-cdaaaa00-f8e3-11ea-9fc1-92301fe92e02.png)

It is! I started working on this a while ago but it's missing a dev environment and testing all use cases is a bit tedious. Maybe dumping static HTML (login.html,...

@pablobh Sorry, I didn't have time to work this until now. You'll find in the referenced PR a testing environnement that will make fixing a lot easier. > Also, a...