David Tang

Results 9 issues of David Tang

For issue #154. I wasn't sure how to go about testing the 2 private methods that I overrode so I duplicated the LSAdapter test and changed some things in there...

Recently I found myself wanting to use sessionStorage instead of localStorage. What do you think about having this feature? I'd be happy to implement if you think it is a...

Does this still only support up until Ember Data 1.0.beta.16?

When I open the power-select, the first option has `aria-current="true"`. In the current API, is it possible to make it `aria-current="false"` when the power-select opens and then `aria-current="true"` once the...

This PR upgrades the package to use Ember CLI 2.16

If you run karma start, it wont work because the necessary dependencies aren't included. I put them in the package.json so someone can just run 'npm install' and then karma...

This is what's happening for me. The `one` method fails linting as expected, but as soon as I define a body like in method `two`, linting passes when I expect...

Hey @Turbo87, thanks for putting together the workshop in written form. Loving it! Do you have the solution for `05b-strip-test-selectors`? I have the following code in `ember-cli-build.js`, but I still...