Results 12 issues of Simon Hearne

### Overview A simple JSON Web Token decoder and validator, using HS256. A responseProvider is included to demonstrate the headers passed to origin. ### Features A JWT class to decode...

The silders are pratically impossible to use on mobile. Either make them full-width on mobile, or have number inputs?

enhancement

This requires: 1. populate select with relevant options - or just toggle hd-desktop / desktop / mobile / tablet? 2. pass the value to the API 3. look for the...

enhancement

Enable the user to download their heatmap. Possible options for implementation: - draw all images to canvas with` canvas.toDataURL('image/png')` - generate the image server-side. This should be pretty simple? Also...

enhancement

This requires: 1. populate `select` with relevant options 2. pass the value to the API 3. look for the value in the API and bundle with test submission 4. report...

enhancement

 ![image](https://user-images.githubusercontent.com/496189/36699894-0d8f0fcc-1b46-11e8-9073-c711bc4c4b3a.png)

bug

The LargestContentfulPaint API exposes the [element property](https://developer.mozilla.org/en-US/docs/Web/API/LargestContentfulPaint/element) for attribution of the element that triggered the LCP value. This has value in front-end monitoring as it enables developers to determine which...