Thanh Trần

Results 11 issues of Thanh Trần

``` Message: Exception [RuntimeException] preg_replace could not parse string (size 422): Malformed UTF-8 characters, possibly incorrectly encoded at lib/Completion/Core/Util/OffsetHelper.php#15 ``` Reproduce: type some Vietnamese characters: à, á, ă...

bug

### Platform Ubuntu 20.04 ### Environment Xfce4 with Metacity as window manager ### picom version vgit-31e58 ### Steps of reproduction Using Picom with Metacity window manager (`META_COMPOSITOR=external`) ![](https://imgur.com/wv1XTsE.png) 1. Incorrect...

Continue of https://github.com/phpactor/phpactor/issues/2377#issue-1909936536 Test with command: `phpactor worse:analyse src/Phan/Language` ![image](https://github.com/phpactor/phpactor/assets/42226341/7560fed8-76fb-4480-bea1-0f30236af19e) ![image](https://github.com/phpactor/phpactor/assets/42226341/6fa2b260-b287-4d0c-aefc-04acb57e52c9) Result: `170 problems in 991.2351 seconds with 1,528,811,744b memory`

Performance

**Describe the bug / 问题描述** Test with `react/http` package ```php

bug

```php // src/Repository/UserRepository.php

example: ```c #include #include MetaButtonState state = META_BUTTON_STATE_NORMAL; MetaFrameFlags flags = META_FRAME_ALLOWS_DELETE | META_FRAME_ALLOWS_MENU | META_FRAME_ALLOWS_MINIMIZE | META_FRAME_ALLOWS_MAXIMIZE | META_FRAME_ALLOWS_VERTICAL_RESIZE | META_FRAME_ALLOWS_HORIZONTAL_RESIZE | META_FRAME_ALLOWS_SHADE | META_FRAME_ALLOWS_MOVE; MetaFrameType frame_type = META_FRAME_TYPE_NORMAL;...

When using the solid theme, the tooltip on `metacity` is covered with a black layer, which I noticed is caused by this [line](https://github.com/vinceliuice/WhiteSur-gtk-theme/blob/a0625649fbea0ed68ce51ed6f50c322103d29e66/src/sass/_colors.scss#L138). Is there a context that makes you...

bug