For the 538 families with a 'src' folder that had a source font file, we'll need to find out if they have newer upstream sources (for example the family with the largest number of source files in the repo - Raleway - is upstream in github.com/impallari) but many of them do not have other upstreams.
The best way to know about the upstreams is to ask the designers; and therefore it would be helpful if your script could fetch the designer key's value from the METADATA.json files in the hg repo (and perhaps also their emails or domains, with a regex of the copyright keys in the json files) and add them to the spreadsheet, so we can sort the table by the designer.
BTW I'd previously made a search of rightsholder emails - https://github.com/google/fonts/blob/master/TRIVIA.md#rightsholder-contacts - that might help :)
https://docs.google.com/spreadsheets/d/15sBK4Ro7K8ehEjO7fT82xyO9QdBZZgaaNkvRNiQyLOE/edit?usp=sharing
Nhung has already been searching for the upstream earlier this week, and hopefully these efforts can dovetail :)
@Dave: I think Montserrat was a bad choice for me and Marc for tomorrow
because it's in a fine shape. Montserrat is already on Github and in
Glyphs-format: https://github.com/JulietaUla/Montserrat
See what the project plan has to offer for me. Coordinate with Marc. Add a .gitignore to Montserrat Maybe file some issues in Montserrat from my cleanup log.
@Dave: Nunito has an upstream GitHub, but it is not maintained. My fork
now has a `cleanup` branch, where to put it for Jaques?
Maybe you could fork https://github.com/vernnobile/NunitoFont to
googlefonts and then I could make a PR.
@Dave: Nunitos font info has a "trademark" key. I did not touch it. What
to do there?
0. What I did yesterday Sorry for not writing m report yesterday. Yesterday I started working on the issues in the "Bugs in Font Files" milestone https://github.com/google/fonts/milestone/4 I started probably with to high expectations and soon got lost in picking bugs worthwhile to tackle and finding out how to start it. I did not get much done in the end of the day, a least I asked for more information on the issues I picked: https://github.com/google/fonts/issues/253#issuecomment-243185318 and https://github.com/itfoundry/poppins/issues/5 Also I installed dependencies like hindkit. I think I will try to avoid bugs in itf fonts in the closer future. For one, they are actively maintained, so we can't just go there and apply our glyphs based tooling (hindkit is a ufo-workflow) and for another, hindkit is also still in flux, so some of the fonts are currently not in sync with it and there's a lot more to do than just fixing a bug. One way of cooperation would be to also join the hindkit development efforts and try to blend some of our ideas of project engineering. Much more work than hammering out some bugs though. Also on Friday I wrote: > Seems like it comes from within Glyphs and must be fixed there. I was able to work around, but want to collect a bit more information before reporting this to Georg. This was me running the stable Glyphs version 2.3. the latest cutting edge does not show the problem anymore. 1. What I did today: I "fixed" a bug by pointing out that it can't be reproduced no lo longer: https://github.com/google/fonts/issues/60#issuecomment-243403677 I sent a PR for one of the bugs in Poppins I set out yesterday to fix: "Low double quotation mark (99) is missing" https://github.com/itfoundry/poppins/pull/6 Turns out it was not missing, it had two comma components but both on the same position. I tried it out and found that this is the default result when Glyphs generates "quotedblbase". This is an easy one to overlook as a human but also an easy one to find for a computer, so, I contributed a script to Marcs mf-glyphs-scripts/QA/Check Font tool, that detects if two or more components of the same type share the same transformation/position PR: https://github.com/m4rc1e/mf-glyphs-scripts/pull/10 (merged already) Function: https://github.com/m4rc1e/mf-glyphs-scripts/blob/master/QA/glyphs.py#L43 Then I digged again in the bugs to find the next one to tackle. Decided to go for all bugs of Amatic SC: https://github.com/google/fonts/issues?q=is%3Aopen+is%3Aissue+label%3Az_Amatic_SC Forked Vernons repository and began to port the sources to glyphs here: https://github.com/graphicore/MaticFonts. 2. What I'll do tomorrow: AmaticSC Find me another bug. 3. Questions for the team: - L.
2. What I'll do tomorrow:
If there is another task that involves getting information out of font files, related to our planned specimen tools, I'll make that happen.
I want to start to use the tools in a realistic setup. That means a specimen website using google material design light (https://getmdl.io/).
This will probably become a new repository, which besides having all the specimen building blocks will also define the "skin" for the SpecimenTools.
As a good example, http://overpassfont.org/ will probably inspire
me for the tools a bit.
3. Questions for the team:
Regarding the language coverage, we have a lot of 99% cases my sample fonts see: https://graphicore.github.io/specimenTools/html/font-data.html
The first font: Jura-Medium.ttf under "Language Coverage":
French: 99 % 113 of 114 missing: U+2010
U+2010 is the "Hyphen" and the CLDR data expects it obviously to be present. The font has a U+002D HYPHEN-MINUS
I included the "missing: U+...." information for fonts with a
coverage of 90 % and above. Please have a short look yourself.
So the questions are: What now?
Is the hyphen missing (and maybe also the other code points) and the fonts are incomplete and must be fixed?
Is the CLDR wrong and we need a manual fix in the code?
Best, L.
-- Lasse Fister Tel.: +49 (160) 949 106 15 Glückstraße 7 90763 Fürth Visit www.graphicore.de
Should we really run "Correct Path direction for whole glyph set" in
interpolated projects? It seems to me that it does more harm than good. Though, with the new scripts, I think the effort can be done.
3. Questions for the team:
Regarding the language coverage, we have a lot of 99% cases my sample fonts see: https://graphicore.github.io/specimenTools/html/font-data.html
The first font: Jura-Medium.ttf under "Language Coverage":
French: 99 % 113 of 114 missing: U+2010
U+2010 is the "Hyphen" and the CLDR data expects it obviously to be present. The font has a U+002D HYPHEN-MINUS
I included the "missing: U+...." information for fonts with a coverage of 90 % and above. Please have a short look yourself.
So the questions are: What now?
Is the hyphen missing (and maybe also the other code points) and the fonts are incomplete and must be fixed?
Is the CLDR wrong and we need a manual fix in the code?
What we currently use as default in GF Latin Plus:
<glyph unicode="002D" name="hyphen" category="Punctuation" subCategory="Dash" description="HYPHEN-MINUS" />
<glyph unicode="2010" name="hyphentwo" decompose="hyphen" category="Punctuation" subCategory="Dash" production="uni2010" description="HYPHEN" />
Vietnamese: 100 % 217 of 218 missing: U+2032
Welsh: 99 % 129 of 130 missing: U+2032
Catalan: 99 % 110 of 111 missing: U+2032
Portuguese: 99 % 109 of 110 missing: U+2032
Spanish: 99 % 107 of 108 missing: U+2032
Dutch: 99 % 106 of 107 missing: U+2032
Afrikaans: 99 % 105 of 106 missing: U+2032
Polish: 99 % 100 of 101 missing: U+2032
Latvian: 99 % 99 of 100 missing: U+2032
Galician: 99 % 97 of 98 missing: U+2032
--
You received this message because you are subscribed to the Google Groups "Google Fonts Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to googlefonts-discuss+unsub...@googlegroups.com.
To post to this group, send email to googlefonts-discuss@googlegroups.com.
Visit this group at https://groups.google.com/group/googlefonts-discuss.
To view this discussion on the web visit https://groups.google.com/d/msgid/googlefonts-discuss/3d6b175f-22bf-3548-ea1d-afda9dec189e%40graphicore.de.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Google Fonts Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to googlefonts-dis...@googlegroups.com.
To post to this group, send email to googlefon...@googlegroups.com.
Visit this group at https://groups.google.com/group/googlefonts-discuss.
To view this discussion on the web visit https://groups.google.com/d/msgid/googlefonts-discuss/19621fa7-161e-429d-82df-a0a88de54ba0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Bit more FamilyControlInterface tuning.
Go on to add widgets that read data from the font (language coverage,
features etc.) We already know how to get the information, now it's time
to use it.
I'll have to master some fonts.
I'll master these: Arima, Lalezar, David Libre
@all: Can any of you point me to the current, latest repositories for these projects?
@all: What's the status of Libre Bodoni
@Alexei: will you master Arsenal?
>
> I have already mastered Arsenal.
Great! Can you note that in the Pipeline sheet? That row is still empty.
--
You received this message because you are subscribed to the Google Groups "Google Fonts Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to googlefonts-discuss+unsub...@googlegroups.com.
To post to this group, send email to googlefonts-discuss@googlegroups.com.
Visit this group at https://groups.google.com/group/googlefonts-discuss.
To view this discussion on the web visit https://groups.google.com/d/msgid/googlefonts-discuss/f848d315-9bfb-7750-c0ad-7c2c0b7202fb%40graphicore.de.
For more options, visit https://groups.google.com/d/optout.
https://graphicore.github.io/mdlFontSpecimen/
The samples are just the chars used in fonts. Google. Com.... I'm not sure this is a good direction at all. Can you confirm the exact request from me? Was it written or just discussed on a call?
--
You received this message because you are subscribed to the Google Groups "Google Fonts Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to googlefonts-discuss+unsub...@googlegroups.com.
To post to this group, send email to googlefonts-discuss@googlegroups.com.
Visit this group at https://groups.google.com/group/googlefonts-discuss.
To view this discussion on the web visit https://groups.google.com/d/msgid/googlefonts-discuss/85487dc1-55f5-0887-c4dc-7b1463d4aceb%40graphicore.de.
The samples are just the chars used in fonts. Google. Com.... I'm not sure this is a good direction at all. Can you confirm the exact request from me? Was it written or just discussed on a call?
To unsubscribe from this group and stop receiving emails from it, send an email to googlefonts-dis...@googlegroups.com.
To post to this group, send email to googlefon...@googlegroups.com.
Visit this group at https://groups.google.com/group/googlefonts-discuss.
To view this discussion on the web visit https://groups.google.com/d/msgid/googlefonts-discuss/CAOgqPYc9UodRQ86GfJww8yqOggDk9ua%3DZ42Ov-10LfL4Kme%2B9A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Google Fonts Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to googlefonts-dis...@googlegroups.com.
To post to this group, send email to googlefon...@googlegroups.com.
Visit this group at https://groups.google.com/group/googlefonts-discuss.
To view this discussion on the web visit https://groups.google.com/d/msgid/googlefonts-discuss/CAEozd0xX_%3DtfEov%2BQtGod2bYZR9yLVT-isEFBE3gsbcPc3Aiow%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
-- Lasse Fister Tel.: +49 (160) 949 106 15
Galgenhofstraße 12 90459 Nürnberg Visit www.graphicore.de
To unsubscribe from this group and stop receiving emails from it, send an email to googlefonts-discuss+unsub...@googlegroups.com.
To post to this group, send email to googlefonts-discuss@googlegroups.com.
Visit this group at https://groups.google.com/group/googlefonts-discuss.
To view this discussion on the web visit https://groups.google.com/d/msgid/googlefonts-discuss/CAEozd0xX_%3DtfEov%2BQtGod2bYZR9yLVT-isEFBE3gsbcPc3Aiow%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
-- Lasse Fister Tel.: +49 (160) 949 106 15 Galgenhofstraße 12 90459 Nürnberg Visit www.graphicore.de
--
You received this message because you are subscribed to the Google Groups "Google Fonts Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to googlefonts-discuss+unsub...@googlegroups.com.
To post to this group, send email to googlefonts-discuss@googlegroups.com.
Visit this group at https://groups.google.com/group/googlefonts-discuss.
To view this discussion on the web visit https://groups.google.com/d/msgid/googlefonts-discuss/29986c2a-9117-dcba-93e9-a9c0b4373abc%40graphicore.de.
To unsubscribe from this group and stop receiving emails from it, send an email to googlefonts-dis...@googlegroups.com.
To post to this group, send email to googlefon...@googlegroups.com.
Visit this group at https://groups.google.com/group/googlefonts-discuss.
To view this discussion on the web visit https://groups.google.com/d/msgid/googlefonts-discuss/CAOgqPYdk0uQs-xqLcB_MqpuVwDCdTYZJPE7%2B7e%3DQJCE3%3DE82bg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Hi Team,
I just finished moving from Fürth to Nuremberg (very central, if you need a place to stay just ask) and with today I got the biggest related backlog task crossed of my list (clearing/renovating the old apartment). This means I'll now return to mainly work on the specimen tools.
What I did last week:
End of last year we found out that I was looking at the wrong data, regarding the language issue.
Last week I had some days to dive again into the language detection issue. There's now a script that can detect the languages
supported by the encodings from https://github.com/google/fonts/tree/master/tools/encodings The detection is based on the CLDR.
One of the tasks will be to figure out how strict we take the CLDR. There are two ways to improve the reported language coverage:
a) ignore chars that the CLDR demands (either per encoding/case or in general)
b) add chars to the encodings, to properly meet the CLDR data
In the end, I think we can store the languages supported by each encoding and then just detect which encodings are supported by a font. This also means we could claim language support that is not backed by
You received this message because you are subscribed to a topic in the Google Groups "Google Fonts Discussions" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/googlefonts-discuss/x2oRYyP4gMQ/unsubscribe.
To unsubscribe from this group and all its topics, send an email to googlefonts-dis...@googlegroups.com.
To post to this group, send email to googlefon...@googlegroups.com.
Visit this group at https://groups.google.com/group/googlefonts-discuss.
To view this discussion on the web visit https://groups.google.com/d/msgid/googlefonts-discuss/29986c2a-9117-dcba-93e9-a9c0b4373abc%40graphicore.de.
To view this discussion on the web visit https://groups.google.com/d/msgid/googlefonts-discuss/73c5050a-c36c-a1e4-12c4-4dae92b6df43%40graphicore.de.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/googlefonts-discuss/46afb86d-d991-362b-c319-666522171d0b%40graphicore.de.
For more options, visit https://groups.google.com/d/optout.
The language detection issue I'm working on is unfortunately rather complex. This is because many prerequisites to solve the rather simple problem are not in place. Hence, I've been Yak-shaving for quite a while:
Now there are some questions left that I'm struggling to answer myself. Some are rather linguistic in nature, some concern how the novel char sets will be handled by the Fonts API. There are many pieces that need to be answered by different actors, so that we know in the end if everything is done the right way.
Also mentioned in https://github.com/graphicore/specimenTools/issues/19#issuecomment-282352868
Do we need a kind of "technical" Namelists to define common dependencies in a DRY manner OR should we rather define these common dependencies directly within the Namelist that needs them. I.e. See this section in the README of the Greek charsets:
N.B. List of characters from GF Latin Plus and Pro sets that are prerequisites to this set.
This means this charset needs characters from GF Latin Plus and Pro, but probably not the whole char set. So, how can we describe that to a computer, preferably via the include mechanism?
A) make a "technical" char set, that is only used to DRY in terms of dependencies, but not exposed via the Fonts API.
B) duplicate these chars and just include them in the char set.
My understanding is also, that GF Latin Core defines a lot of
punctuation needed for other languages. Yet we don't have an
explicit "GF-latin-core_unique-glyps.nam
" file.
@davelab6 wrote:
Exactly. Core is what is served when only the Latin subset is served, the others are all more and more reaching into the Latin-Ext subset range. The
Latin subset (core) is a bug test for what is required to be in a font.
and @thlinhard wrote:
But Latin Core seems to exist only virtually. Probably this should be clarified.
So, I think its safe to say that we need a separate "Latin Core" file.
From Greek-Core, btw, these chars are missing according to the CLDR data:
0x0021 ! EXCLAMATION MARK
0x0022 " QUOTATION MARK
0x0026 & AMPERSAND
0x0028 ( LEFT PARENTHESIS
0x0029 ) RIGHT PARENTHESIS
0x002A * ASTERISK
0x002C , COMMA
0x002D - HYPHEN-MINUS
0x002E . FULL STOP
0x002F / SOLIDUS
0x003A : COLON
0x003B ; SEMICOLON
0x0040 @ COMMERCIAL AT
0x005B [ LEFT SQUARE BRACKET
0x005C \ REVERSE SOLIDUS
0x005D ] RIGHT SQUARE BRACKET
0x00A7 § SECTION SIGN
0x00AB « LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
0x00BB » RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
0x0301 ́ COMBINING ACUTE ACCENT
0x0308 ̈ COMBINING DIAERESIS
0x2010 ‐ HYPHEN
0x2013 – EN DASH
0x2014 — EM DASH
0x2026 … HORIZONTAL ELLIPSIS
Of these: COMBINING ACUTE ACCENT
and COMBINING
DIAERESIS
are not in the legacy latin_unique-glyphs.nam
file, which is roughly equivalent to the novel core charset
AFAIK.
See: https://github.com/google/fonts/issues/675
I often see references to the filter-lists in relation with my Namelist/Charset issues, yet I don't have a reliable answer on what exactly these Filter-Lists are and how I should process them. The only apparent use they seem to have is within GlyphsApp. If I should consider these when processing Namelists, I'd need docs or at least enough information on how to factor them in. These Filter-lists are bad for at least the fact that they don't include Unicodes. The names though could probably be mapped to Unicodes using GlyphsInfo/GlyphData, I hope.
To view this discussion on the web visit https://groups.google.com/d/msgid/googlefonts-discuss/e231e897-521d-4484-5463-4a52b5c2bd34%40graphicore.de.
For more options, visit https://groups.google.com/d/optout.
The current release is very old, in the github.com/google/fonts repo, and no sources are available. Therefore it needs to be converted back to cubic/PS outlines, and set up such that it can be built in a simple way with fontmake.
*** TOTAL *** qCurveTo 3: 2470 qCurveTo 2: 1 lineTo 1: 6209 moveTo 1: 753 closePath 0: 752 endPath 0: 1 addComponent 2: 1647This accumulates all calls to the (Segment-) Pen-API of fonttools and counts the calls, separated by call and number of arguments. In all of RobotoSlab-Regulars paths we can find only one quadratic segment with 1 off-curve point (qCurveTo 2) but 2470 quadratic segments with 2 off-curve points.
I don't think Roboto Slab was drawn with quadratic curves. The reason it looks so glorious is because of fontcrunch. Roboto's Makefile calls it for the android fonts.
I don't think Roboto Slab was drawn with quadratic curves. The reason it looks so glorious is because of fontcrunch. Roboto's Makefile calls it for the android fonts.Interesting, thanks for the info! I didn't know fontcrunch. We don't have a makefile for RobotoSlab though. I'll try this out to reverse my conversion to see if it is that good :-) But yeah, the README says this is the purpose of fontcrunch.
--
You received this message because you are subscribed to the Google Groups "Google Fonts Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to googlefonts-dis...@googlegroups.com.
To post to this group, send email to googlefon...@googlegroups.com.
Visit this group at https://groups.google.com/group/googlefonts-discuss.
To view this discussion on the web visit https://groups.google.com/d/msgid/googlefonts-discuss/c79652ad-377b-da5b-0c7a-299b0b706802%40graphicore.de.
To use the rethinkdb push notifications, I decided to implement
the server with nodejs, because the event based model of nodejs
makes it much easier to build this asynchronous messaging model.
This will also be very nice to have for the other dashboard
interfaces.
WIP here:
https://github.com/graphicore/fontbakery-dashboard/tree/draganddrop
What I'll do Tomorrow:
So far the server is done, but not fully debugged. The font
bakery worker code needs to be done, but that should be fast. The
K8s needs to be set up. The client can not yet render the results,
but for this iteration that's no big thing either.
--
You received this message because you are subscribed to the Google Groups "Google Fonts Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to googlefonts-discuss+unsub...@googlegroups.com.
To post to this group, send email to googlefonts-discuss@googlegroups.com.
Visit this group at https://groups.google.com/group/googlefonts-discuss.
To view this discussion on the web visit https://groups.google.com/d/msgid/googlefonts-discuss/cbb9ad2a-7be1-a35c-1096-83f887640d5a%40graphicore.de.
--
You received this message because you are subscribed to the Google Groups "Google Fonts Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to googlefonts-dis...@googlegroups.com.
To post to this group, send email to googlefon...@googlegroups.com.
Visit this group at https://groups.google.com/group/googlefonts-discuss.
To view this discussion on the web visit https://groups.google.com/d/msgid/googlefonts-discuss/cbb9ad2a-7be1-a35c-1096-83f887640d5a%40graphicore.de.
For more options, visit https://groups.google.com/d/optout.
Sounds great!
--
You received this message because you are subscribed to the Google Groups "Google Fonts Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to googlefonts-discuss+unsub...@googlegroups.com.
To post to this group, send email to googlefonts-discuss@googlegroups.com.
Visit this group at https://groups.google.com/group/googlefonts-discuss.
To view this discussion on the web visit https://groups.google.com/d/msgid/googlefonts-discuss/CAOgqPYca%3D4etqR6PfY8Lopjcc-jXJ4awcNj-23Fk3BGXCEQeGg%40mail.gmail.com.
cheers!I expect to get back to FontBakery-Core on Monday, January 5th, hopefully reviewing your upcoming FB refactoring pull request.Cool! Thanks for the update, Lasse!Let me take this opportunity to mention that I've been working on Inkscape's text layout code these days and I'll continue doing so during next week, aiming at adding some initial support for variable fonts rendering using harfbuzz. At this point it is hard to predict how long this will take, since I'm still wrapping my head around a large text-layout codebase (roughtly 25 pages of code on src/libnrtype/Layout-TNG-Compute.cpp alone). But I expect to have a better grasp of it during next week.
2017-05-26 18:58 GMT-03:00 'Dave Crossland' via Google Fonts Discussions <googlefonts-discuss@googlegroups.com>:
Sounds great!
--
You received this message because you are subscribed to the Google Groups "Google Fonts Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to googlefonts-discuss+unsubscribe...@googlegroups.com.
To post to this group, send email to googlefonts-discuss@googlegroups.com.
Visit this group at https://groups.google.com/group/googlefonts-discuss.
I expect to get back to FontBakery-Core on Monday, January 5th, hopefully reviewing your upcoming FB refactoring pull request.
To unsubscribe from this group and stop receiving emails from it, send an email to googlefonts-discuss+unsub...@googlegroups.com.
To post to this group, send email to googlefonts-discuss@googlegroups.com.
Visit this group at https://groups.google.com/group/googlefonts-discuss.
To view this discussion on the web visit https://groups.google.com/d/msgid/googlefonts-discuss/cbb9ad2a-7be1-a35c-1096-83f887640d5a%40graphicore.de.
For more options, visit https://groups.google.com/d/optout.
-- Lasse Fister Tel.: +49 (160) 949 106 15 Galgenhofstraße 12 90459 Nürnberg Visit www.graphicore.de
-- Lasse Fister Tel.: +49 (160) 949 106 15 Galgenhofstraße 12 90459 Nürnberg Visit www.graphicore.de
--
You received this message because you are subscribed to the Google Groups "Google Fonts Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to googlefonts-discuss+unsub...@googlegroups.com.
To post to this group, send email to googlefonts-discuss@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/googlefonts-discuss/58d245e6-5533-b2a5-aabc-4b4b48a023f9%40graphicore.de.
Hi Lasse
Any news on the drag and drop front?
Cheers
Dave
It's deployed since now, at http://104.197.213.179 Should scale nicely,
I hope, we have 5 worker pods and 3 fronend server pods.
Here's my log of the past 2 days:
https://gist.github.com/graphicore/7ff94d773e3532118f4b0ee02fb036cf
Code is still here:
https://github.com/graphicore/fontbakery-dashboard/tree/draganddrop
Here's the report of a finished run:
http://104.197.213.179/report/5e92ff77-75ae-4eb9-b7f2-8643e1313cb9
Note: we can drop all files of a folder, including METADATA.pb etc :-)
What's left (order reflects my priorities):
- Some of the external dependencies, especially: ots-sanitize and
ttf-autohint, but also ftxvalidator.
- cleaning up the repository, moving old stuff to a place out of the way.
- I must document how all the stuff works together and explain some
concepts.
- probably some usability work, though, we could be better off waitng
for this until we got more basic stuff sorted out, like the refactoring
of fontbakery (will lead to more instant feedback, i.e. we won't need a
progress spinner ...)
What I'll do next:
The above, but also start the main fontbakery work. I think I can do the
above on the side for ~ 1 hour a day until it's done.
stdout
output has ANSI color codes)--
You received this message because you are subscribed to the Google Groups "Google Fonts Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to googlefonts-discuss+unsub...@googlegroups.com.
To post to this group, send email to googlefonts-discuss@googlegroups.com.
Visit this group at https://groups.google.com/group/googlefonts-discuss.
To view this discussion on the web visit https://groups.google.com/d/msgid/googlefonts-discuss/65bf4235-bdb0-ce8f-217a-7c5d11064048%40graphicore.de.
--
You received this message because you are subscribed to the Google Groups "Google Fonts Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to googlefonts-discuss+unsub...@googlegroups.com.
To post to this group, send email to googlefonts-discuss@googlegroups.com.
Visit this group at https://groups.google.com/group/googlefonts-discuss.
To view this discussion on the web visit https://groups.google.com/d/msgid/googlefonts-discuss/21f95992-5b18-c09e-5eff-d7c3ef29afbc%40graphicore.de.
--
You received this message because you are subscribed to the Google Groups "Google Fonts Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to googlefonts-discuss+unsub...@googlegroups.com.
To post to this group, send email to googlefonts-discuss@googlegroups.com.
Visit this group at https://groups.google.com/group/googlefonts-discuss.
To view this discussion on the web visit https://groups.google.com/d/msgid/googlefonts-discuss/5cffd937-39bf-e1ef-22e7-c1b50bb89601%40graphicore.de.