Alberto Calvo
Alberto Calvo
It seems that `isSupported` is reporting `false` whenever a version has a "note". Take for example ES6: https://caniuse.com/#feat=es6 `caniuse.isSupported('es6', 'chrome 74')` returns `false` (as does `caniuse.isSupported('es6', 'firefox 66')`) which makes...
Hey! A suggestion for a new rule: enforce setting the `height` and `width` attributes in `img` tags. Could be named `img-req-dimensions` or something like that. The reason behind that good...
**Is your feature request related to a problem? Please describe.** AFAIK (please correct me if I'm wrong), it's not possible to style the title in Journey Diagrams. **Describe the solution...
**Describe the bug** There is too much blank space at the bottom of a User Journey SVG diagram. See the screenshot below. **To Reproduce** Check or generate any User Journey,...