Filippo Tessarotto
Filippo Tessarotto
Solved in https://github.com/openspout/openspout/pull/13
Released now in [`v3.6.0`](https://github.com/openspout/openspout/releases/tag/v3.6.0) Be aware that you need to specify the number format to have the output you need.
```php $style = (new StyleBuilder()) ->setFormat('yyyy-mm-dd'); $cell = WriterEntityFactory::createCell(new \DateTime(), $style); ```
Hi, instead of overwriting dummy portion of the end file, just like ODS already did it with https://github.com/openspout/openspout/pull/45 now also XLSX writes the rows in a temporary file and only...
Merged a variation in https://github.com/openspout/openspout/pull/5
@BackEndTea my 2 cents on this topic: I found way easier and quicker to set minimum score to 100% and fill `ignoreSourceCodeByRegex` to reach 100% where necessary, then setting minimum...
Hi, with the landing of [`--git-diff-lines`](https://github.com/infection/infection/pull/1632) and given the nature of this tool, we dropped the need for a baseline altogether and went for `--git-diff-lines --min-msi=100` for our PRs.
@Naktibalda rebased and adapted to `4.1` branch: issue still present :worried:
You're right: we still can mark `symfony/cache` as optional, and throw an Exception if both are absent. I'll update the PR as soon as possible
That's expected, since messages can only be retrieved within a mailbox context, but I understand that the library should raise a warning or something like that if the user tries...