AmeroHan

Results 11 comments of AmeroHan

In my point of view, due to centered plump operators, the sequences `+=`, `-=`, `*=` and `**=` in JetBrains Mono already look pretty. There is no noise to reduce and...

U+3007 (〇) IDEOGRAPHIC NUMBER ZERO in CJK Symbols and Punctuation (U+3000..U+303F) is also considered a *hanzi* by standards, dictionaries and UCS according to [「〇」算不算汉字? - 知乎 (Is “〇” a *hanzi*?...

As conventionally em differs from what we intend to mean in this document, and this document is not just oriented to Chinese users, I think there is a need to...

Errors occurred when using GitHub themes are caused by primer/github-vscode-theme#391, and Error occurred when using Vesper is because [there is a scope without `settings` field](https://github.com/shikijs/textmate-grammars-themes/blob/4130c1421523182fd917b2fcc16a485b05a7e0d6/packages/tm-themes/themes/vesper.json#L545). They mismatch `interface IRawThemeSetting`. I...

Sorry for the lack of technical knowledge, but I was wondering if it is difficult to detect end-of-line, is it easier to detect non-end-of-line? Would considering “this letter is at...

Caps Lock is a rarely used key, but it occupies the golden position. If we use Caps Lock shortcuts to enhance our typing, you can do some nice work without...

> Four quotation marks in General Punctuation have additional glyphs in Unicode 16.0, they are requiring VS01 or 02 to reproduce. And `fwid`/`hwid`/`pwid`/`halt`/`palt` features for them.

And I have this folder structure: - README.md - /doc - README.zh.md I need a way to copy all of the 2 README into the rock's /doc.

Only the requirement that "if the name is too long, the subsequent names start from the next column" is unable to implement using HTML and CSS. ```css .roster { display:...

Flex can be used if your gap has a fixed length, which means `justify-content` cannot be `space-*`. ```css .roster { --row-gap: 0.5ic; --column-gap: 1ic; --column-width: 3ic; --column-count: 3; display: flex;...