Dylan

Results 16 comments of Dylan

It looks like there's no code for getting the profile at all, except we're free to override a method that's documented in the code but not in the README. Really,...

how do you trigger the right redirect if you have no user to return from the authenticationHandler? It just throws an error.

Found the cause of my error. I forgot to fill in the events property of my Backbone View. Differentiating the path given to handlers is still a question, though.

Hi, Thanks for the info. But I'm actually using this regex for the main page: ``` javascript "^index$" ``` And the problem is that all the pages are matching it...

Hi, Seems to happen when navigating to the page as well except that the path/route is the appropriate url of the page. So, for instance, with a url like: ```...

@R4N is that available through SPM? I have to downgrade to cocoapods? ... I was so close getting use of my xcconfig back :/

It's not that hard to wrap the headers in a framework. Do they just want to hold us hostage?

@R4N I still don't see what's stopping you from publishing a properly linked framework as a swift package

Why not ignore unused selectors altogether? I don't see the benefit to erring out when a selector isn't found in the html. I have a set of email templates that...

eh. I don't really like the idea of including the template in Gruntfile.js. It's seems cleaner to have it separated off in its own file with which I can do...