Maks Rafalko

Results 53 issues of 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...

Feature
Messenger

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...

bug

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...

Bug

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`...

DX
Feature

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,...

Help Wanted

Prerequisites: no `xdebug`, nor `phpdbg` / `pcov` enabled Before (0.15.3): ![before-infection](https://user-images.githubusercontent.com/3725595/77784698-01f78900-706c-11ea-80e5-de1919c5e66d.png) After (0.16.0-rc.2): ![after-infection](https://user-images.githubusercontent.com/3725595/77784752-19cf0d00-706c-11ea-8dce-df27c8789133.png) What's wrong? There is no more such info: ``` Make sure to either: - Enable xdebug...

Bug