Damon Muma

Results 21 issues of Damon Muma

Desired flow is 1. start-dev-server 2. run-screenshot-tests 3. run-accessibility-tests 4. run-e2e-tests 5. stop-server I would rather they be separate commands so I can have them inside separate try/catch blocks reporting...

**Please describe what the rule should do:** Require `:is` does not appear on tags other than `` **What category should the rule belong to?** - [X] Enforces code style -...

new rule proposition

If a component is registered with the name of a native element, this rule converts instances of the native element into the component. (ie `` gets converted to ``) I...

## 🐛 Bug Report white space is being added in between spans with no discernible way to stop it ## To Reproduce Steps to reproduce the behavior: Paste your markup...

bug
help wanted

This might not be the same project, but a branch-off, but having an official textmade bundle for the htl spec would be unbelievably useful!

Currently this component is not navigable by keyboard. The simplest way to fix this is to make any clickable control a button element (including the images that trigger the lightbox,...

enhancement
help wanted

**Problem** Currently the way you pass args into stories is different between Vue 2 and Vue 3, and since the release of Vue 2.7, which backports the composition API, "Vue...

feature request
needs triage

### Clear and concise description of the problem Vue 2 upgrade has merged class, style and listeners into the $attrs keyword; these distinctions can be very useful, but also a...

enhancement

The current description of [`extends`](https://vuejs.org/api/options-composition.html#extends) doesn't touch on how it does or doesn't work with composition API wherein setup may or may not be an option and the result of...

enhancement

### Version 15.10.1 ### Reproduction link [codesandbox.io](https://codesandbox.io/s/infallible-lake-7x9big?file=/package.json) ### Steps to reproduce Use Vue 2.7 and throw a dependency configuration related exception from `loadFromContext` internal method (in our case we'd forced...