Lucas Yang
Lucas Yang
fixed #185 Using `mb_strwidth()` to replace `mb_strlen()` to fix the incorrect space count of CJK characters.
Now termwind can inherit width on two lines like: https://github.com/nunomaduro/termwind/blob/9c030e68f200e039fb91182f407af60727e579fa/tests/render.php#L213-L222 But if add more than three lines, it will be missing after the last line space. This unit test is...
I am using the alert and two columns components of Laravel, If I enter the English it will work fine:  But if I enter CJK characters such as full-width...
> Relation PR: #654, #674 Because IDE helpers caused trouble, so revert #413 and #625. --- The above Illuminate\Testing part of the IDE helpers was created by @claudiodekker, I'm not...
> Relation PR: #654, #675 Because IDE helpers caused trouble, so revert #413 and #625. --- The above Illuminate\Testing part of the IDE helpers was created by @claudiodekker, I'm not...
### Check that this is really a bug - [x] I confirm ### Reproduction link https://codesandbox.io/p/devbox/swiper-autoscroll-bug-2xrwdf ### Bug description If I use these options together: - `direction: 'vertical'` - `effect:...