VF naming convention results in "Value is empty."
See original GitHub issueObserved behaviour
4298 ± : fontbakery check-googlefonts Karla-Italic\[wght\].ttf [37m] ✖ ✹ ✭
Validation of expected values failed:
fonts: Value is empty. (value: ())
usage: fontbakery check-googlefonts [-h] [-c CHECKID] [-x EXCLUDE_CHECKID]
[-v] [-l LOGLEVEL] [-m LOGLEVEL_MESSAGES]
[-n] [-C] [-S] [-L] [--json JSON_FILE]
[--ghmarkdown MD_FILE] [--html HTML_FILE]
[-g ITERATED_ARG] [-o ORDER]
[fonts [fonts ...]]
Expected behaviour
Expectation is that fontbakery will run as usual.
Resources and exact process needed to replicate
fontbakery 0.7.8 any similarly named font file should work. i.e.
foofont-italic\[wdth\].ttf
typicalsans\[wght\].ttf
Issue Analytics
- State:
- Created 4 years ago
- Comments:22 (20 by maintainers)
Top Results From Across the Web
how can i display a message in VF when no results are ...
hi, i have the follwing class and a VF page that will show the results if records ... if(accRecId != null){ channels =...
Read more >apex - What is a good set of naming conventions to use when ...
I do prefer CamelCase - no spaces or underscores for Field Api names. Another comment would be wrt Positive and Negative naming for...
Read more >System.NullPointerException: Attempt to de-reference a null ...
It occurs when your variable (sobject, list, set or any other data type) is not initialized (allocated memory). In order to use the...
Read more >Examples of Advanced Formula Fields
If the fields are empty, the formula returns the value “0.” The formula returns a value of “1” for each field that contains...
Read more >What are good file naming conventions?
The reasoning behind this is very simple. Empty space signifies the "end" of a character string. Spaces inside of a URL or a...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
brackets of death. https://github.com/google/fonts/issues/1817#issuecomment-477999366
I think everyone is well aware of the issue and they’ll find a solution soon.
Now you won’t need any further workarounds because I added a dirty hack to fontbakery source code itself. I dislike it. But that’s the best we can do for now. I hope we’ll soon have a different naming scheme so that I can remove the hack…