Josh Hadley

Results 53 comments of Josh Hadley

We ran into this issue (or something very closely related) in https://github.com/adobe-type-tools/psautohint where caplog is used extensively in tests. To reproduce, simply run the test suite using pytest 6.0.0+. We...

### WIP: - [Previous runs](https://github.com/adobe-fonts/adobe-variable-font-prototype/actions) - [Workflow source](https://github.com/adobe-fonts/adobe-variable-font-prototype/blob/master/.github/workflows/periodic_build.yml) - currently set up to run weekly (Friday evenings Pacific time) - can also trigger "manually" - `buildFont.sh` modified to exit with...

### WIP - [Workflow file](https://github.com/adobe-fonts/adobe-variable-font-prototype/blob/master/.github/workflows/release.yml) - [Successful test run](https://github.com/adobe-fonts/adobe-variable-font-prototype/releases/tag/1.005a) ### TO DO - [ ] enable step to check of tag font version string (currently placeholder)

You've been using it (it is a non-blocking check that runs on every PR). The "replacement" is the same thing, just triggered by a GitHub Actions Workflow. They are transitioning...

I figured that's what you meant 😸 I'm hoping its new form might be streamlined in terms of runtime (we run it on AFDKO and psautohint repos and I agree...

This duplicates some of https://github.com/microsoft/fluentui-emoji/issues/61

@frankrolf are you saying you would like to have this functionality integrated into the `psautohint` package, so you could do something like `import psautohint` and then set-up and run the...

Related discussion: #1457

@drj11 after some discussion with the other AFDKO developers, we decided to do some updates to `makeotf` (see the related linked discussion) to make name overriding work better. We'll update...

@simoncozens thanks for this contribution. It looks like there are a number of linter failures that are blocking the tests from running. I recommend that you run `flake8` using the...