Mykhailo Drachuk

Results 5 issues of Mykhailo Drachuk

## System Version: v3.6.1 Language: Javascript macOS 10.14 ## Steps to reproduce 1. Create a `src` directory with 3 files: ```protobuf // id.proto syntax = "proto3"; message Id { string...

enhancement
javascript
triaged

This leads to an issue, when there is an event (`UserSignedIn`) which creates another event as a reaction (`UserConsentRequested`) and they both are dispatched to a single entity (`SessionProjection`) with...

bug
/Routing

Currently, the Bus filters are applied as follows: 1. `ValidatingFilter`; 2. `DeadMessageFilter`; 3. custom filters (including `CommandScheduler`). This creates an odd behavior where a dead or invalid message can’t be...

Hello. Tbh I'm confused about the debug steps for this, because we didn't have any alerts or error logs. Only the actual usage showed that the tasks from the SQS...

regression

Tested on version 2.15.0: ```python import emoji emoji.__version__ # Out[3]: '2.15.0' emoji.is_emoji("☕️") # Out[4]: False emoji.is_emoji("☕️"[0]) # Out[5]: True ``` Particularly there's a single unicode character emoji here (which is...