windwiny

Results 7 comments of windwiny

when select Ubuntu Mono font, chs glyphs is twice width of ascii character, not do any thing. ![3](https://cloud.githubusercontent.com/assets/45995/16513293/0ba95182-3f96-11e6-8136-2e2d2ab64c4b.png) ![4](https://cloud.githubusercontent.com/assets/45995/16513296/0debcb5a-3f96-11e6-96fa-802845a534e2.png) when select PT Mono font, will expand chs fonts spacing ![1](https://cloud.githubusercontent.com/assets/45995/16513389/f07c3478-3f96-11e6-957b-403e28b4873c.png)...

@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' ```