Fredrick Brennan
Fredrick Brennan
Closes #30.
```bash hb-view ~/.fonts/b/Besley-BoldItalic.ttf --features=smcp $'fire\naffiliate\nconflagration' ``` 
`:slightly_smiling_face:` instead of 🙂 My terminal emulator supports Emoji and it works well in e.g. `vim`.
Not all substrings of a valid UTF-8 string are themselves valid UTF-8 substrings, but `slack++` treats them as such, leading to visual glitches and (possibly) #15. Bug discovered in the...
For copy pasting of long links :) This would work best if #12 was implemented first.
My group has hundreds of channels and users - not having to scroll through an arbitrarily ordered list would be ideal. Something like `/go` (`go.py`) in WeeChat. Maybe a scripting...
``` hb-view --features "+c2sc" --language=dflt -o /tmp/g.png fonts/otf/EBGaramond-ExtraBold.otf "SCHNÖSEL" ```  ``` hb-view --features "+c2sc" --language=deu -o /tmp/g.png fonts/otf/EBGaramond-ExtraBold.otf "SCHNÖSEL" ``` 
(I am making this report as part of my duties as a technical consultant to N.T.Technology, Inc.) 8chan is now using image deduplication. Deduplicated images can happily co-exist with their...
Is this of interest? If so I can publish it ```python3 from collections.abc import Generator, Iterable from copy import deepcopy from more_itertools import chunked from bitarray import bitarray from bdflib.model...