Brendan Molloy

Results 95 comments of Brendan Molloy

A fix is available on my [fork](https://github.com/bbqsrc/AppAuth-iOS/commit/f7a37d3225d9b94d4f4e2db04697ea7ceef64e62).

I haven't tested it thoroughly yet nor decided whether it is the best course of action. Once I've done that I'll provide a pull request, as I've done on the...

I don't understand why this is something that the library should handle and not something that the implementer should handle. Adding a check for the correct scheme and expected URL...

I don't know what IdP stands for, but having a custom scheme is something I've always encountered. I've never used a platform or worked for a company that hasn't used...

Thanks for the jargon glossary. :) Yes, this is the case we are solving: that the provider does not allow for custom redirect URLs, and requires http or https, and...

Universal links require control over the server side and configuring a `.well-known` endpoint for ensuring it works. Even when I configured this for a previous client, I could never consistently...

@iainmcgin to assist with deciding on an approach here, I am thinking about platform expectations. It is already expected that custom URI schemes have to be listed in an Info.plist...

The current situation makes it impossible to make composable iterators over a query: ```rust pub fn iter_elements(&self) -> rusqlite::Result

I have made an attempt at improving the ergonomics of the `Statement` type. 🙂 https://github.com/rusqlite/rusqlite/pull/1375

I also have this issue. For me, the package worked for a while, with many functional autocompletes and snippets. I then typed a `:` and hard lockup. Disabling the package...