Tor Arne Vestbø

Results 164 comments of Tor Arne Vestbø

Sorry, here's the info, let me know if you need more: - macOS 12.6 (21G115) - x86_64 - Xcode 13.4.1

Closing this, as the cause seems to be a `Vagrantfile` that was in the directory I was running the command from, and that file included custom ruby helper files.

With MagicDNS "out of beta", shouldn't this be higher on the list? I think people enable MagicDNS for the convenience of addressing their nodes with just `ping foo`, but without...

The ` subFamily = subFamily.replace(' ', '')` trick worked.

Fixed in #820. Only the font name (PS name) needs sanitation.

Does this depend on any other changes? I pulled down the version from the branch and got: ``` ❯ fontforge -script /tmp/nerd-font.py "/System/Library/Fonts/Menlo.ttc" Copyright (c) 2000-2022. See AUTHORS for Contributors....

Ah, wasn't aware I had to have the glyphs locally. Pulled down via ``` ❯ git clone --depth 1 --filter=blob:none --sparse https://github.com/ryanoasis/nerd-fonts.git /tmp/nerd-fonts ❯ cd /tmp/nerd-fonts ❯ git sparse-checkout set...

> Yes, that comes sometimes unexpected. Will be fixed by #741, if it will be pulled. Nice! > Obviously you selected the branch afterwards? Actually I didn't, the clone already...