Joshua Gorner

Results 9 issues of Joshua Gorner

``` Error: Transformation errored on file app/templates/components/folder/component-name.hbs. Reason TypeError: Cannot read property 'type' of undefined. Please report this in https://github.com/ember-codemods/ember-angle-brackets-codemod/issues Stack trace: TypeError: Cannot read property 'type' of undefined at...

Hi, just checking if this message reaches any other maintainers of this repo / package that Carsten might have added prior to his passing in 2019. I am not aware...

Per the latest (draft) [ARIA in HTML guidelines](https://w3c.github.io/html-aria/#example-communicate-a-disabled-link-with-aria), a disabled link can be communicated in ARIA using the syntax: `...` with no `href` attribute. (further info: https://www.scottohara.me/blog/2021/05/28/disabled-links.html; added to guidelines...

This addon notifies Slack by way of [`node-slackr`](https://github.com/chenka/node-slackr), which has not been updated since mid-2018. The readme indicates it was deprecated at that point, and points to using the [official...

One of the changes in PR #49 was (emphasis added): > - Updated code to explicitly inject the pusher service where necessary due to the [removal of implicit injection support](https://deprecations.emberjs.com/v3.x/#toc_implicit-injections)...

This add-on currently depends on ember-basic-dropdown (EBD) v3, which [uses](https://github.com/cibernox/ember-basic-dropdown/blob/v3.1.0/addon/templates/components/basic-dropdown.hbs#L1) the `{{with}}` helper which is [deprecated](https://deprecations.emberjs.com/v3.x/#toc_ember-glimmer-with-syntax) (and raises a build-time warning) in Ember v3.26+ and removed in Ember v4.0. Currently...

Resolves #272. Doesn't work with Embroider (unable to import `moment`, even if I move add it as a direct dependency).

Version 7.8.7 has been published to NPM, however it doesn't appear this is reflected in the GitHub repo's `main` branch and it's not clear what's changed compared to 7.8.6. I'd...

`@babel/runtime` was pinned to v7.12.8 in https://github.com/emberjs/ember-cli-babel/pull/385 (March 2021) due to 'workaround test failures in CI for the "Floating dependencies" scenario.' Is this pin still needed / relevant? As it...