Dan Nye

Results 10 issues of Dan Nye

By pressing Cmd-Q multiple times, it's possible to stack the alert messages up. For example: - Press Cmd-Q to get the alert - Press Cmd-Q again - Choose either option...

We're using the following versions in `package.json`: ``` "ember-cli": "~2.16.2" "ember-ace": "1.2.0" "ember-cli-page-object": "1.8.0" "ember-cli-qunit": "^4.0.0" ``` We've got a page object that defines a selector to the editor: ```...

question

I wasn't sure if I had to raise an issue to match my PR, so apologies if this is an unnecessary step. Brace expansion will be familiar to anyone who...

Brace expansion will be familiar to anyone who has worked with Ember's computed properties, and it's something I've been wanting to use with `ember-diff-attrs` for a while. For those unfamiliar...

Presently, `assert.dom(el).isNotVisible()` will fail if the element in question has been hidden using the `visibility: hidden` style. Is this intentional? If not, and it's just an oversight, how do people...

bug

I'm using `electron:^16.0.5`, `about-window:^1.15.2`, and running on Mac OS Big Sur 11.6.1. Wiring up a call to `openAboutWindow` from my About context menu item's click handler, the About window opens...

On the pages https://emberjs.com/api/ember/2.18/functions/rsvp/race and https://emberjs.com/api/ember/3.0/functions/rsvp/race, the "Defined in" links are broken. They currently point to https://github.com/emberjs/ember.js/tree/v2.18.2/node_modules/rsvp/lib/rsvp/race.js#L3 and https://github.com/emberjs/ember.js/tree/v3.0.0/node_modules/rsvp/lib/rsvp/race.js#L3, respectively, but these give 404s when visited. It's not just the...

🐞bug
🔙 Needs Backport

I've recently found that using the `@tracked` decorator is causing coverage issues. The odd thing is our project has many files containing `@tracked`, and yet only one particular file seems...

## The problem On a project containing `[email protected]` and `[email protected]`, when starting my Ember server, I get an error `Cannot read property 'paths' of undefined`, with this stack trace: ```...

Our Ember 3.28 app has two themes, light & dark, and there's a LESS file at `packages/ourapp/app/styles/themes/light.less` and `packages/ourapp/app/styles/themes/dark.less`, respectively. These get compiled with `ember-cli-less` to `light.css` and `dark.css` based...