Fini

Results 1297 comments of Fini

I would need someone who can test the potential fix, good would be a thorough test like @phjordan with all the arrows.

It would be great if someone who sees the arrows problem can check this font: [CaskaydiaCove_arrows.zip](https://github.com/ryanoasis/nerd-fonts/files/15049655/CaskaydiaCove_arrows.zip) Version `3.2.1-10` (Probably you need to uninstall the old Caskaydia first, then reboot, then...

Hmm, this is maybe also a hinting problem, this is most visible at 12 pt / 96 dpi. ![image](https://github.com/ryanoasis/nerd-fonts/assets/16012374/acf190b8-bd6f-4353-999b-b29292002db7) The advance width is 9.4 pixel, and so the last pixel...

Thank you for testing all that stuff! I will do some final tests with the PR (because it completely changes how the configuration works), and then merge the fix.

@allcontributors please add @FrancescoLuzzi for bug

Counterexample, same icons 'fixed': ![image](https://user-images.githubusercontent.com/16012374/196917350-1738e3dd-2ab2-48fe-be4d-5bbd4def2ec7.png)

Added that glyphs to Nerd Fonts (still a PR) as * https://github.com/ryanoasis/nerd-fonts/pull/1490 I need volunteer testers, please see that PR for details.

It's the other way around. Nerd Fonts is not using Webinstall - but Webinstall uses Nerd Fonts artifacts. I would strongly recommend to use one of the officially mentioned Nerd...

Also ... Webinstall installs a very old version of the font... Currently Nerd Fonts in on `v3.1.1`, and see here: ![image](https://github.com/webinstall/webi-installers/assets/16012374/6294f900-6c9c-435f-bf9c-1ba55ae12777) They do it on purpose, according to the commit...

Just to mention, this does not look like a typical Apple-sed versus normal-sed problem ``` 72256 Illegal instruction: 4 | sed "s:^${my_rel}:~:" ``` `s/^xxx/~/` is a perfectly valid sed instruction...