Rémy Perona

Results 49 issues of Rémy Perona

This is more a question on the right use of `expect` than an issue. I'm trying to test that a method was called, but I'm not sure I'm doing it...

question
answered

## Description Use the dynamic lists for the frontend classes that have exclusions list Fixes #3703 ## Type of change - [x] Sub-task (part of an epic) ## How Has...

module: cache
type: sub-task
module: minify JS
module: combine JS
module: defer JS
module: delay JS

Sub-task for epic #3602 Update the frontend classes to use the dynamic lists instead of the hardcoded values All classes will need to implement the trait created in sub-task #3699...

module: cache
effort: [S]
type: sub-task
module: minify JS
module: combine JS
module: defer JS
module: delay JS

Brotli is a new compression algorithm that performs better than gzip to compress static assets. It is now well supported in all major browsers: https://caniuse.com/#search=brotli This means we can add...

type: enhancement
module: htaccess
priority: medium
needs: r&d
severity: minor

## Description Remove the check for `is_admin()` in the method adding the admin bar menu item Fixes #5251 ## Type of change - [x] Bug fix (non-breaking change which fixes...

type: bug
module: remove unused css

## Description Update the broken link in the activation notice Fixes #5102 ## Type of change - [x] Bug fix (non-breaking change which fixes an issue) # Checklist: - [x]...

type: bug
Module: dashboard

## Description Exclude cfm extension from CDN rewrite Fixes #5020 ## Type of change - [x] Enhancement (non-breaking change which improves an existing functionality) ## Is the solution different from...

type: enhancement
module: CDN

- Using v0.7 **Bug description** After updating to version 0.7 and running the `compose` command, I noticed that the word `for` was prefixed with the `classmap_prefix_` defined in the composer...

Hello 👋🏼 , While migrating from v2 to v3, I'm trying to use the new tagged definition system to get an array of specific services to loop over. What is...

Hello, By default, the_post_thumbnail can have an array parameter passed to it, with (among other) the class to add to the html generated code. With WPThumb we can't do it...