Harry Dalton
Harry Dalton
I fed the map to Google's PageSpeed Insights service for an unrelated PR, which gave us [this report](https://pagespeed.web.dev/analysis/https-www-toiletmap-org-uk/vwo13hpk6m) :memo: It has some recommendations for performance, accessibility, best practices, and SEO...
This is where PageSpeed Insights is least happy with us, raising [a few different issues](https://pagespeed.web.dev/analysis/https-www-toiletmap-org-uk/vwo13hpk6m). A lot of these issues are unavoidable, given that our main content is a big...
We should provide a description tag on each page for Google to use in search results, to replace the :robot:-generated ones now: ![A screenshot showing the toilet map as shown...
Somewhere we are making a request in JavaScript that is failing - probably with the correct status code - but not being caught: ``` 401 GET https://www.toiletmap.org.uk/api/auth/me ```
As our UI is in English, this will be `lang="en"` for us; I'm not sure what we can do to make less of an assertion for user-provided content
### Prerequisites - [x] I have [searched](https://github.com/twbs/bootstrap/issues?utf8=%E2%9C%93&q=is%3Aissue) for duplicate or closed issues - [x] I have [validated](https://html5.validator.nu/) any HTML to avoid common problems - [x] I have read the [contributing...
**Is your feature request related to a problem? Please describe.** Users want to import the loo data we export into different applications. To support this more applications, we need to...
This was a sneaky one that tripped us up when examining a variable font. ## Reproducing 1. Load a VF into a `TTFont` 2. Delete `HVAR` 3. Call `ttf.getGlyphSet(...)[glyph]` with...
(aims to facilitate https://github.com/googlefonts/ufo2ft/issues/945) Previously, calculating an individual interpolated value did not account for avar mapping. This commit fixes this, as well as allowing for interpolation and other common operations...
When slicing on the `ital` axis, most metadata can be inferred from the `MVAR` table: - `hhea.caretSlopeRise` by 'hcrs' - `hhea.caretSlopeRun` by 'hcrn' - `hhea.caretOffset` by 'hcof' Notably, `post.italicAngle` is...