Alexey Ten

Results 82 comments of Alexey Ten

First solution is for good apps that use fonts-config. But some apps (notably VSCode, Firefox and Chrome) don't use fonts-config and in this case the only solution is to freeze...

Yea, I meant that you can't control these apps with fonts-config. So either they have their own way to choose font features (VSCode) or you have to freeze features. For...

This looks like a Firefox issue. Happens for me too in Ubuntu on some other fonts too. E.g. JetBrains Mono ![JetBrains Mono](https://user-images.githubusercontent.com/44377/127977618-0c45053e-bb0b-468d-9a70-858b70f7d0db.png) Cascadia Code ![Cascadia Code](https://user-images.githubusercontent.com/44377/127977670-ff6ae416-a432-4d76-b141-10a34616b024.png) MonoLisa ![MonoLisa](https://user-images.githubusercontent.com/44377/127977966-41a7a362-d84d-4d03-b654-11e2779d11e2.png) D2Coding Ligature...

I would say none of them improves readability.

@M-r-A you could use instructions from Fira Code https://github.com/tonsky/FiraCode/wiki/How-to-enable-stylistic-sets

@Firestar-Reimu Cyrillic `С` is the most troublesome because default Russian layout has it on the same key as Latin `C` so it's easy to mistype without notice. ![combined English/Russian keyboard](https://upload.wikimedia.org/wikipedia/commons/thumb/a/a5/KB_Eng-Rus_QWERTY%28%D0%99%D0%A6%D0%A3%D0%9A%D0%95%D0%9D%29.svg/640px-KB_Eng-Rus_QWERTY%28%D0%99%D0%A6%D0%A3%D0%9A%D0%95%D0%9D%29.svg.png)

Is it really a problem? I mean why would one write `-->` instead of `-- >`? I've seen only one case where it was somewhat appropriate: `while (x --> 0)...

> Also, since the bash script install fnm under `$HOME/.fnm` I don't understand why on Windows in installed under `%APPDATA%/fnm`. It should be, by default, under `%HOMEPATH%/.fnm`. The homepath approach...

https://github.com/Schniz/fnm/blob/master/docs/commands.md See `--version-file-strategy` option.