Results 12 issues of Stanley Stuart

When using an AST Plugin (env.syntax.traverse), adding a `TextNode` visitor will match the `AttrNode`'s `value` if the `value` is a string. It seems like this should not be the case...

Specification: http://www.w3.org/TR/clipboard-apis/ DataTransfer Interface: http://www.w3.org/TR/html5/dnd.html#the-datatransfer-interface Event Interfaces: http://www.w3.org/TR/DOM-Level-3-Events/#event-interfaces **tl;dr: It's pretty much impossible, I think, to fakeout a real `paste` event from the user's clipboard, because the spec does not...

We can reuse the tarball and append new files (node binaries in this case) instead of compressing/extracting multiple times. This prevents un-necessary copying of files in the built tarball. We...

### 🐞 Describe the Bug Say we are rendering a template like this: ```handlebars Click Me ``` And a component definition like this: ```javascript import Component from '@glimmer/component'; import {...

This test currently fails if the modifier is inside an `(if)` statement, and if the condition changes from true -> false -> true. It seems like somehow when the 3rd...

partially fixes #19869 Due to [GlimmerVM's assertion][1], this still does not fix the issue in strict mode. We also can't work around the strict mode limitation with an AST transform...

Right now, the `no-invalid-link-text` rule checks for invalid link text on `` and `` tags. It would be great if we could allow a custom option to the config for...

As mentioned in https://github.com/ember-a11y/ember-a11y-testing/pull/285, `axe.run` and `axe.configure` have different options. It's necessary to support both `axe.run` (which is already supported via `setRunOptions`), and `axe.configure`, which would allow for custom checks/rules...

enhancement
help wanted
pr welcome

## Context Currently, ember-cli-deprecation-workflow supports 3 handlers for deprecations: silence | Keeps this deprecation from spewing all over the console -- | -- log | Normal deprecation behavior runs for...

Uses ember-source as mentioned in the ember-rails README to specify a version of ember to use.