Filippo Tessarotto
Filippo Tessarotto
What do you mean by "read"? Can you translate your issue into a reproducible test case?
Indeed @sanmai I'm sorry I missed reporting my real use case scenario. We have a bunch of classes that solve a specific domain goal for which we just need to...
Tests order is indeed a factor to count in. Take another example: - `testA` covers mutations `1` - `testB` covers mutations `1` and `2` With `[testA,testB]` order, both are seen...
I guess it would be better to just introduce a new `cli` logger that defaults to `STDOUT`, reuses the `text` format internally and adds colors by using the built-in color...
> or do you mean we need a characters `diff` (like on red background on your image) to be present in addition to red/green lines? Exactly this: the current color...
I saw just now the `src/Differ/DiffColorizer.php`: it's easy to implement an inline-differ addition for char highlight. I'll propose a PR in the next week then :muscle:
Sorry Maks, yes I'm still interested but got overwhelmed at job, sorry 😅 I forgot what I talking about, I had few snippet but lost them 😞
Hi, can you propose a PR with a correlated test for this? That would be very much appreciated :muscle:
> and "to:" may appear at the beginning of a line. Then the mail server thinks that it is necessary to send a letter to this address That would be...
Totally 👍 for this. Maybe also related to https://github.com/skywinder/github-changelog-generator/issues/256 Supporting two or more branches is common, bugfixes go to the lowest supported branch and then merged in more recent branches,...