Marc Foley

Results 158 comments of Marc Foley

Cool, I'll proceed. Since the diff function uses numpy arrays, it works from the get go ```PYTHON >>> a = np.array([ [[255, 255, 0],[255, 0, 0]], ]) >>> b =...

> If a different version of gftools made a difference, then the font version would have been bumped as well, which would be reflected in the TT unique ID. This...

If we're not going to make a meta table with our own private tag. Appending the info to the version record (nameID 5) is better imo.

I take it you're trying to run this pr, https://github.com/google/fonts/pull/4309 locally?

That CI issue happened because the issue was too long to post, not diffenator. ``` Exception: GitHub POST query failed to url https://api.github.com/repos/google/fonts/issues/4291/comments: [ { 'code': 'unprocessable', 'field': 'data', 'message':...

tbh the error message could be better so I'm reopening this.

I find toml easier to read. This shouldn't be too hard to implement. @eliheuer you interested?

I'm probably being dense here but I thought all our VFs already have production names? do you need this because you have a custom build pipeline that only uses a...

Apologies for my late reply > What fallback names? Right now axis registry has "0=Default". After discussing with @arrowtype, @vv-monsalve and @tphinney, "Upright/Oblique" seem appropriate for our projects. Although, doesn't...

How are you going to map fallback names to values when the values for the slnt axis are arbitrary? Are we just going to say max(slnt) = RightLeaning, min(slnt.Value) =...