Brian Sipple
Brian Sipple
Ongoing idea list: - `assertCurrentTour(assert, tourName) {}` - `assertTourActive(assert, message = 'tour is active) {}` - `assertTourInactive(assert, message = 'no tour is active') {}` - `assertTourStep(assert, stepName) {}` - `assertTourStepHidden(assert,...
Opening this PR after some confusion led to reverting #270. (cc @mikewesthad @ofZach)
These changes can go in before or after #4. - Refactor constructor code as a `setup` function. + This brings it more in line with OF conventions — and prevents...
While doing some development on a local fork of `ember-radio-button`, I found the need to `npm link` it into a consuming application. The only way to have the addon's installation...
Hello, Thanks for putting together a super-useful addon that tackles a really hard problem. I recently had a `tether-dialog` modal that I wanted to have close on `mouseleave` events, so...
Related to the issue [described here](https://github.com/lightningnetwork/lnd/issues/1190#issuecomment-445134712). This should also close https://github.com/lightninglabs/lightning-dev-site/issues/53