Andrew Kirwin

Results 137 comments of Andrew Kirwin

I'm experiencing this, with the following scenario: ```handlebars {{! where Bar is a closure component }} ``` ...which I have to work around like: ```javascript get Bar() { return this.args.Bar;...

I'd also like to bring up `@_` which is also reserved, it's natural to reach for an underscored argument, especially when building closure components. example ```javascript // application.js export default...

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/globalThis ```html globalThis.global = globalThis; ```

I have just migrated from Ember's `LinkTo` to our own `Link` component, (the exact same signature as `LinkTo`). Which hands off to the router service's `urlFor` method. Since then, `TypeError:...

Thanks :) For this one: > Its necessary to wrap code in run in order for ember/test-helpers setupOnerror/resetOnerror to work. https://github.com/emberjs/ember-test-helpers/issues/1128 In order for `setupOnerror` to work, the code that...

`setupOnerror` doesn't work with `window.addEventListener` though? Anyway, that's off topic. My point is, there are reasons to use the `@ember/runloop` (and therefore ignore the eslint warning). At this moment in...

Is there any way to get Embroider apps to build with `ember-cli-deprecation-workflow`? Or do I have to temporarily uninstall it?

I also get the warning about `no-positive-tabindex` for `tabindex={{@tabindex}}`

👋🏻 Is this likely to get in? It's just started to affect me... Scenario: Testing dragging and dropping something. The test that is run before the drag and drop test...

I'm not casting, I'm Airplaying from an iPhone 14 Pro to a Sonos Roam SL