YouFoundAlpha
YouFoundAlpha
Hello @fangyiyu You can try to use this script instead, it works the same: ``` from random_word import RandomWords def generate_random_words(num_words): r = RandomWords() words = [r.get_random_word() for _ in...
Well it does have a licence that is listed in the package.json file and it is [ISC](https://en.wikipedia.org/wiki/ISC_license) licence but keep in mind that it comes by default when you create...
Hello @Colgrave34 ! I found this solution that might work for the Fira Code font if you want to see Japanese Characters https://github.com/tonsky/FiraCode/issues/620#issuecomment-475485555
> Hello @YouFoundAlpha ! Thanks a lot for looking, I have installed the font system wide and user wide, it's still not picking up the font, as showing below. (...
> I built Halloy from source, and the chinese font got picked up right the way, without me setting it in the config. I believe this is a Flatpak spcific...