Stephen Nixon

Results 59 comments of Stephen Nixon

For what it's worth, I also came to ask this question (I think so, at least – please correct me if I'm wrong, @snookca). If I were using flexbox, I...

## /r vs /r.alt I see there being two logical solutions here: 1. Making the substitution consistent: devising a systematic approach to which shapes the /r.alt is activated against –...

If it's relevant, here's what happens if I try to list subcommands: ``` $ | gftools --list-subcommands ---------------------------------------------------------------- test-gf-coverage check-bbox fix-gasp varfont-info list-widthclass check-copyright-notices dump-names fix-cmap build-font2ttf list-weightclass check-name add-font...

Steps to solve: 1. set up a fresh python3 virtual environment, this time in the project folder itself ``` virtualenv -p python3 my_virtualenv ``` and activate it ``` source my_virtualenv/bin/activate...

I can't tell if this is similar enough to include here or if it should go elsewhere, but after cloning the gftools repo to do a `pip install -e .`...

Ran into a similar issue just now, and had to use `pip install --upgrade Pillow==5.3.0` to upgrade my Pillow version. This got the dsig working as expected.

Sorry, I'm not super familiar with this project. Can a `LXND` axis value be applied to any font, or are you suggesting that the extension would apply a Lexend font...

I have found that it's simple to delete hidden files if I open CIRCUITPY in VS Code. However, I am now trying to add in the correct `.mpy` files, but...

Wow, that space really _is_ limited! The adafruit troubleshooting link you provided is very helpful, however. Thanks! I was able to successfully delete everything via the terminal commands and start...

Ran into this again today, and https://learn.adafruit.com/welcome-to-circuitpython/troubleshooting#running-out-of-file-space-on-non-express-boards-18-36 really helped, particularly the steps shown on using the terminal to prevent metadata files and to copy over files without making new metadata...