Eli Dupuis
Eli Dupuis
We are building a web component that uses a11y-dialog—this is similar to the [framework implementations](https://a11y-dialog.netlify.app/further-reading/implementations) of the library but for [web components](https://developer.mozilla.org/en-US/docs/Web/Web_Components). We've noticed that focusable elements within shadow DOM...
This adds two failing test cases that should be allowed as valid component structures for the `no-this-in-template-only-components` rule: - nested structure from `--component-structure=nested` - legacy pod structure from `--pod` (is...
Amplitude has deprecated their previous [JavaScript SDK][legacy-sdk] (which the existing plugin integrates). They now recommend using the new [TypeScript Browser SDK](https://www.docs.developers.amplitude.com/data/sdks/typescript-browser/). How can we go about adding support for the...
Just curious if anyone else has run into this. We have app running Ember 3.28 (in the process of getting to 4.0) and I'm seeing the following error after installing...
This error actually makes sense because the element I'm pointing to in `setReturnFocus` lives outside the scope of the component under test. I'm curious if other people have encountered this...
Provide a `buildInfoService` so consuming app can `Ember.inject.service` as needed. Ideally, this also removes the need for the [current initializer](https://github.com/elidupuis/ember-cli-build-info/blob/master/addon/initializers/build-info.js) altogether.
Similar to [ember-cli-app-version](https://github.com/EmberSherpa/ember-cli-app-version/blob/master/app/components/app-version.js) but yield parsed build info for simple block template customization.
With ember-template-lint using `.template-lintrc.js` as the default configuration file (a JS module, not a JSON file), I think it makes sense to allow the configuration for this plugin to be...