James Please

Results 313 comments of James Please

@Haraldson , if you wanted to go above and beyond here, you could look at other routing libraries to see how they manage this. For instance, the algorithm used by...

Thanks for the PR, @avipinto! When you get a chance, can you split this into 2 PRs? And don't worry about doing the build – I'll do that when it's...

If I ever get around to splitting it out, then yeah, that would be the plan. It would just be 'bundled' up with bb.intercept so to the end-user there would...

Hey @designermonkey. If you whip up a PR / add tests, and it's not too extra code, I would consider merging it. With that said, I'm hesitant. What situation is...

Ah. I dislike the pattern because it binds you to a single domain name. Its also pretty uncommon practice, I think.

Another option would be to allow `url` to be a function, so that you could do: ```js proxy({ url() { return getDaUrl(); } }) ``` The motivation behind this request...

Yeah. I'll abstract it more after I've added tests to verify that the behavior is what I want.

Note to future self: this is possibly blocked by https://github.com/marionettejs/backbone.radio/issues/162.

> Are you considering allowing a complyOnce/replyOnce handler to be nondestructive of permanent handlers? Not quite. The problem is that, given some arguments, `stopComplying` might remove too many handlers. I...