Results 10 comments of Fabio

Hello there, thanks for reaching out! We are not syncing our Docusaurus content to the main repo at the moment but I see no reason why we should not. I'll...

Hi @philmartin83, We recommend to use `carthage checkout` to properly setup the Xcode project before running it. You can found more info in the README. Have you tried that already?...

Sorry for this being around for a while. We have recently discussed this again with the team and we decided to not add new features to the `CKTextComponentView` as it...

Thanks, I appreciate that. When I had to re-map my control there was a bunch of method to change volume, sadly nothing similar on API.

> are you using SwiftShell from a command-line application/script or a GUI application? I'm using it as part of a WebSocket API I'm building. The user triggers the action and...

OAuth 2.0 through an Apple TV. 1) The user starts the handshake for requesting a device code depending on the provider requirements. This process involves a POST request to a...

I edited the function signature. I thing the retry mechanism should be up to the user not to `SwiftyOAuth`.

Unfortunately not, because it is only supported by apps that provide broadcasting content (HBO, CNN) Please if you think this issue is not in scope feel free to close this....

Hi Damien, Sorry I didn't give you any update on this. While doing my research I found this following nice implementations about Apple Keychain: - [Heimdlarr](https://github.com/rheinfabrik/Heimdallr.swift/blob/master/Heimdallr/Core/OAuthAccessTokenKeychainStore.swift): Easy drop in class...

That's awesome! Device Flow was already implemented in my personal [fork](https://github.com/fabiomassimo/SwiftyOAuth/tree/57e78012ba9c239a386b3881716a2d588fd74a3b). I can merge from current keychain branch if you want to and open a PR with just Device Flow...