Filippo Tessarotto
Filippo Tessarotto
Github Actions is freaking slow, 60 seconds are not enough for another 392 mutants, while on my `i7-8700` even with 30 seconds no mutants time out: https://github.com/Roave/BetterReflection/actions/runs/4161271803/jobs/7199509066#step:5:116 ``` 3676 mutations...
Yes tests are necessary; I don't know if current test suite is suited for your regression test though
You may look at https://github.com/openspout/openspout/blob/e4179a2b68ccd35fad52e60b0c7ebbf8ad9fe677/tests/Writer/XLSX/WriterTest.php#L298 for a good starting point
I've never used View specific attributes outside templates, as I consider it a smell of bad design. By the way, there would be no solution to what you're trying to...
Ouch, I've spent few hours debugging this, finally found out just the pool are unmounted like this issue. Here's an auto-consistent script to test it: test-mount-after-syncoid.sh #!/bin/sh set -ex if...
But not: ```php if ($var) { // placeholder } ```
Since I don't have a mailbox with one and a half billion messages, I cannot reproduce the bug. If you find a solution, please post it here so we can...
Interesting, never heard about `RFC822-HEADERS` before. Would you like to propose a PR with a fix? It will be very much appreciated :heart:
Hi, can you add tests for this enhancement? I've just fixed the build, so also please rebase `DieterHolvoet:feature/string-to-class-strict-casing`
I would suggest this too