Mike Horn
Mike Horn
I believe the demo is using the Japanese subset of Noto Sans CJK as indicated by the "jp" suffix. You can see the other subsets (including Korean) at https://www.google.com/get/noto/help/cjk/. You...
I'm using [openfont.js](https://opentype.js.org/) to read a font and look up every character width and character pair kerning. Might be overkill. 😬 Below is how I'm getting widths and kerning after...
> @gpbmike Thanks for reporting this. Just a quick update, the team is looking into this. We have a potential fix that could ship soon. Do you think the Site...
@pravid clone the repo and run the following ``` npm install // installs npm dependencies npm install grunt -g // if you don't have grunt npm install bower -g //...
Sorry I haven't had the time to look into it.
Howdy, can you post an example input and expected output? I'll see if it's my wrapper or the tool I'm using.
Would love to see `combobox` get the virtualization treatment for use with Site Scan.
Does anyone have a way to horizontally center the pagination while using the full container width? edit: n/m it looks like `justify-content: center;` does the trick.