Derek Stephen McLean
Derek Stephen McLean
i got the same error on High Sierra, but that's when i was running on a boot 2 docker vm using virtualbox. When i updated to the latest Docker for...
I refactored the example to work with v5 yesterday, hope this is of help to you ```swift import Foundation import OAuth2 import Alamofire class OAuth2RetryHandler: RequestRetrier, RequestAdapter { let loader:...
Thanks, I'm a n00b at Swift, but I will have a shot at refactoring it the next time I look at my project :-)
Use this one, It generates PSR-2 compliant code, and supports all PHP 7.x features https://packagist.org/packages/nette/php-generator
https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1709
Me too! I have one security definition for my oauth2 setup, which accepts all 4 oauth 2 grant types/flows. However, each flow has a differently configured client! It would be...
Yes, you should probably close this issue then. :-) In the meantime, I just managed to get it working there using this code: https://github.com/lottie-react-native/lottie-react-native/issues/832#issuecomment-1221526149
It's just some temp code until it gets fixed, i know its horrible and hacky :P
None of the above workarounds worked for me, but this mish-mash combining answers from @jerearaujo03 and @salmanExpo did. ``` // temp lottie fix begin // @see https://github.com/lottie-react-native/lottie-react-native/issues/832 const lottieRef =...