windwiny
windwiny
when select Ubuntu Mono font, chs glyphs is twice width of ascii character, not do any thing.   when select PT Mono font, will expand chs fonts spacing ...
@sorbits Yes, i want CJK glyphs to be exactly the width of two ASCII characters for proper alignment. 45f847d script only add `Wide` char to east_asian_width charset, i think the...
Report an text-relative bug, from [this page](jrgraphix.net/r/Unicode/0900-097F) copy `0963` character , paste it to new empty file, keep this char on first position, this char cannot delete, input other chars,...
Sorry, i will clarification, i'm mean paste 0x0963 char to empty file first position , will cannot delete it, test on `TextMate_2.0-beta.11.3` have some problem, it's not this patch reason....
Looks to change fonts show style is very difficult, and add glyphs spacing seem not good. 😞 Maybe TM can provide some feature: add some predefined font style; Comments in...
maybe need use react canary version , then will work.. ``` $ pnpm init $ pnpm add react@canary react-dom@canary $ bun -v; bun run --bun test-react.ts 1.1.4 reactDomServer: { version:...
yes, and use `edge version on trial` ``` gem 'lazy_high_charts' --pre ``` shouldbe change to ``` gem 'lazy_high_charts', git: 'https://github.com/michelson/lazy_high_charts' ```