Guido Scialfa

Results 66 comments of Guido Scialfa

Hi @nathanchase can you test it again with the latest 3.6.7 version?

Hi @marcioluiz could you please try with the latest 3.6.7 version?

Hi @gpenglase could you please test with the latest 3.6.7 version?

Hi @kurita0 could you please try the latest 3.6.7 version?

Hi @jorgedevillalba you are still experiencing the issue?

This would also include something like `isCustomizePreview` ? The customizer is composed of two parts the Panels and the Preview.

I've seen there are a couple of interesting arguments such as - [noErrorTruncation](https://www.typescriptlang.org/tsconfig/#noErrorTruncation) - [noUnusedLocals](https://www.typescriptlang.org/tsconfig/#noUnusedLocals) - [noUnusedParameters](https://www.typescriptlang.org/tsconfig/#noUnusedParameters) - [strictFunctionTypes](https://www.typescriptlang.org/tsconfig/#strictFunctionTypes) - ... There might be some probles in some `.tsx` files...

I see some tests failing because of the changes, it might make sense to override the `BaseProperties::sanitizeBaseName` within the `ThemeProperties` instead?

If you don't want to stick with an older version, you can extend Pest and get back to phpunit approach by defining ` setUpBeforeClass`. I did that in a project,...

Hi @cristianobaptista and @Chrico I've made the latest changes, are there any other things you would like to discuss?