Sascha Brawer

Results 85 comments of Sascha Brawer

It moved to here: https://github.com/googlei18n/noto-source/blob/master/test/LGC/und-fonupa.html

See here: https://github.com/googlefonts/noto-source/blob/master/test/LGC/fontdiff-und-fonupa.html

Has this been resolved? The original bug report mentioned Wikidata dumps; see [wikidata-20221128-all.json.bz2](https://dumps.wikimedia.org/wikidatawiki/entities/20221128/wikidata-20221128-all.json.bz2) for an example.

For adding spatial queries to the Python client, [s2sphere](https://github.com/sidewalklabs/s2sphere) might be interesting? Pure Python implementation of S2 coverings (see [online demo](https://s2.sidewalklabs.com/regioncoverer/)). This would allow queries by Cap and LatLngRect. No...

> If anyone could provide a font using format 13, that would be great. Added a [test case](https://rawgit.com/unicode-org/text-rendering-tests/master/reports/OpenType.js.html#CMAP-4) using [this font](https://github.com/unicode-org/text-rendering-tests/raw/main/fonts/TestCMAP13.ttf).

I’d still find it useful, assuming that vendors have made reasonable pruning choices for their respective markets.

Currently that’s true, but see [Future work](https://github.com/brawer/wikidata-qrank/blob/main/doc/design.md#future-work).

@athalhammer, that’s super interesting! Basically, PageRank is a mathematical model to _predict hypothetical popularity_ from the shape of the link graph, whereas QRank is trivially counting beans to _measure actual...

Updated test report is [here](https://rawgit.com/unicode-org/text-rendering-tests/master/reports/OpenType.js.html). Happy debugging!

Here’s a fresh [test report for OpenType.js 0.10.0](https://rawgit.com/unicode-org/text-rendering-tests/master/reports/OpenType.js.html). @fpirsch, you wrote that most tests fail because of https://github.com/nodebox/opentype.js/blob/master/bin/test-render — what specifically needs to be fixed there?