Vasily Belosloodcev

Results 4 issues of Vasily Belosloodcev

**Expected behavior** I want to see background of my tray around the icon. **Screenshots** ![image](https://user-images.githubusercontent.com/5145037/141834645-571c5ecb-4d5b-471d-9600-a29e54567471.png) **Desktop:** - OS: Linux - Distribution: Debian 11 - Window System in case of Linux:...

bug

module/ExAssetic/config/rbac.config.php

Need to make different tests for each module.

### Bug Report Version: 2.14.1 #### Summary For example, we have the follows code: ```php $builder = new \Laminas\Mail\Message(); $builder->setEncoding('UTF-8'); $builder->setFrom(['[email protected]' => 'Sender Name']); $builder->setTo(['[email protected]' => 'Recipient Name']); ``` `From`...

Bug