Steven Renaux
Steven Renaux
I had the same issue with MS Excel and it's working on Libre Ofice. If you follow the example code (https://github.com/PHPOffice/PhpSpreadsheet/blob/master/samples/Chart/33_Chart_create_pie.php) to configure your chart. At one moment you need...
In your jest.config.js you can try and finally it work for me ``` transform: { // Transform ES6 and TypeScript files '^.+\\.(js|jsx|ts|tsx)$': 'babel-jest', },transformIgnorePatterns: [ // Do not ignore ES6...
Hey, I will try to do it and I didn't understand well for sure but we are there to share and go further 😉
To get back to the original Issue I suggest this ```php namespace App\Controller; class TestController extends AbstractController { #[Route(path: '/', name: 'test')] public function test( #[MapRequestHeader] HeaderRequestDto $headerRequestDto, #[MapRequestHeader(name: 'user-agent')]...
@reviewers Sorry everyone if you were notified about this PR, the rebase didn't worked well the first time
> Hi @StevenRenaux! What's the current state of this PR? 🙂 @alexandre-daubois Waiting for review, since the last requested update.
For work around see https://github.com/getbrevo/brevo-php/issues/11#issuecomment-2180956969
I found a work around about this bug. I use this lib on Symfony app. Not use `SendSmtpEmailAttachment` and add an `array` to the `setAttachment()` method. Doesn't work ```php foreach...