David J. Hamilton

Results 21 comments of David J. Hamilton

> The lightest-weight move is to have a trivial base class and have the constructor receive owner. @chriskrycho lighter still is to have a constructor interface and not even consume...

@Gaurav0's plan looks good to me. I would add IE conditional comments to make sure unprotected iframes aren't run in IE8 Also, I'd recommend using `MessageChannel` over `window.postMessage`. We had...

after `npm install 'https://github.com/kaliber5/ember-bootstrap#bs4-blueprint'` ``` [N] ⋊> ~ ls -d ~/.npm/_git-remotes/git-https* /Users/dhamilto/.npm/_git-remotes/git-https-github-com-kaliber5-ember-bootstrap-git-bs4-blueprint-aff490f9 [N] ⋊> ~ cd /Users/dhamilto/.npm/_git-remotes/git-https-github-com-kaliber5-ember-bootstrap-git-bs4-blueprint-aff490f9; and git show bs4-blueprint:package.json | jq .name "ember-bootstrap" ``` Unsure across what versions...

@danielspaniel https://ember-twiddle.com/53d305379774c4756d576107c98ae6d4?openFiles=routes.application.js%2C In the above twiddle you can comment / uncomment line 48 (ie the `this.store.pushPayload` line) to see things either cleared or not cleared. There are two changes as...

I'm not familiar enough with the internals to be sure, but I imagine the rough todo is something like 1. add a `_visitRoute` function to the sandbox context. This function...

What's the advantage of using eslint's `--cache` over the async caching from broccoli-persistent-filter?

Some details from our discussione arlier @lukemelia @stefanpenner. 1. Connecting navigation contexts more than one edge away in the object graph can be done by common access to `top`. This...

Depends on fixing tildeio/oasis.js#16