Gary Kaganas

Results 14 comments of Gary Kaganas

Sorry @paulfalgout, you're absolutely right, #2 is incorrect. `this.view` inside the behavior belongs to the view that contains the top-most behavior.

So...should I push a PR in `next` or is there protocol before I do that? (This would be my first marionette PR, excuse my ignorance)

@paulfalgout your memory is superb. And, yes, giddy. Thanks :smile:

So, I want this feature too. I'm not harping about the inconsistent behavior coming out of `triggerMethod`, rather I want `triggerMethod` to pass along returns. I like to use Promises...

I would also like to see an example demonstrating how to generate code coverage for an aurelia application. Any existing guides, or new guidance from experts highly welcome!

@WrathOfZombies, @casieber any chance this can get merged? I know everyone's busy, but I'd be happy to help any way I can.

Hey, @WrathOfZombies, @Zlatkovsky , or any other admin, I can no longer maintain this PR. Feel free to assign someone else to it or close it.

After writing this comment I noticed this inside `Authenticator.extractParams` ```js if (matchParts[1] === '/state') { matchParts[1] = matchParts[1].replace('/', ''); } ``` Looks like `state` might've been at the top of...

A couple of issues: 1. Firefox, which implements `clipboardData.setData()`/`clipboardData.getData()` and also implements the `ClipboardEvent` constructor, does not actually modify the user's clipboard on `setData()`. AFAIK, IE and Chrome do. How...