Johannes Neumeier

Results 171 comments of Johannes Neumeier

Equally, the `configuration_defaults` seem to be needed, but as far as I can tell all but one profile define this as the same: ``` "configuration_defaults": { "file_size": { "WARN_SIZE": 1...

(Essentially, the webapp could show all references, literature reference as such, and web references as links)

Ah, I see; fair enough. Could be a same kind of generic list as sources, though; we can then show both on the webapp, where available. You get to name...

First implementations of these in [this branch](https://github.com/rosettatype/hyperglot/tree/checks-and-conjuncts). Note that there is only tentative data for `hin.yaml` so far. The conjunct shaping check is the first check to support a threshold,...

Getting there. The implementation now has `hin.yaml` with `combinations` that each have a normalized frequency. The CLI `-t` (threshold) argument can set up to what frequency conjuncts need to be...

I'm torn on this one. In a way the base vs auxiliary is a very binary distinction, and as you mention, it could be extended to more than just the...

Also, for now we're not set on what kind of requirement the currency/numerals/punctuation) for — we talked about them either as opt-in or auxiliary level requirements, but having this more...

I suppose this very much has pros and cons, regardless of what such an implementation would look like. Either is conceptually nice, having and not having an `auxiliary` attribute. Not...

> I think I also had to add the following to the profile to make it work: > > from fontbakery.checkrunner import Section > profile = profile_factory(default_section=Section("Typotheque")) I second that...

This includes a few different examples: ``` profile_imports = [ [ # Only a specific condition from the fontbakery module "fontbakery.profiles.shared_conditions", ["is_cff"] ], [ # Only a specific condition from...