-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nerd-fonts: correct typos in descriptions #361818
Conversation
To properly fix the issue it's required to fix the update script or your changes will be overwritten by the next run of this script. |
ah missed that thanks, will have a look |
So I've fixed the issue with apostrophes but I'm not good enough with python to fix the ampersand issue. Perhaps @rc-zb could attempt? I assume it would be trivial if I actually knew python 👀 |
No, I seldom write in Python and know little about it. From search engine and LLM I heard |
Try this:
Make sure to import |
That's sorted it, thanks. Ready for merge imo |
Characters such as
&
and'
were encoded as&
and\u2019
. This fixes that.Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.