Maks Rafalko
Maks Rafalko
### Description Currently, failed messages are sent to Failure Transport only when they are *consumed* in the Worker, by running `messenger:consume`. Here is a request to send failed messages when...
Hi, I would like to add a new great feature, but first of all, I will explain **why** ## Problem I need to filter those products (lines) from the CSV...
This change is [](https://reviewable.io/reviews/ddeboer/ddeboerdataimportbundle/21)
I know that DDD is good with a Task-Based UI, but I'm refactoring a legacy app, where I have an Anemic Domain Model (many setters without the business logic). One...
Hello, I've setup Bitbucket bot by sending `/start` command, copied URL to Webhooks and enabled *all* checkboxes. Added bot to a group chat. However, no messages are received from Bot,...
## Bug report | Question | Answer | ------------| --------------- | Box version | 3.14.0 | PHP version | 8.0 | Github Repo | https://github.com/infection/infection/pull/1623 Box fails compiling a prefixed...
In https://github.com/infection/infection/pull/1539, we've added `--only-covering-test-cases` option that adds `--filter='/very_long|regular_expression_for_all_covering_tests/'`. If the mutated line covered by enormous number of tests, the `--filter` option becomes too large and as a result, we...
Implements https://github.com/infection/infection/issues/1604 Will be useful to remove stale/non-matching `ignoreSourceCodeByRegex` settings inside `infection.json` and will help debugging them. TODO - [ ] Do not throw an exception if `--git-diff-filter` or `--filter`...
Feedback from Slack: (dkarlovi) > what I think would do wonders is some actionable information what to do with the MSI number > > after having just started using Infection,...
Prerequisites: no `xdebug`, nor `phpdbg` / `pcov` enabled Before (0.15.3):  After (0.16.0-rc.2):  What's wrong? There is no more such info: ``` Make sure to either: - Enable xdebug...