Eric Alford
Eric Alford
Confirmed this works with the acvc_openvpn on debian linux.
If a user has disabled the use of cellular data in their device settings ``` objective-c Reachability *networkReachability = [Reachability reachabilityForInternetConnection]; NetworkStatus networkStatus = [networkReachability currentReachabilityStatus]; ``` networkStatus equals NotReachable...
Can confirm as well this crash is still happening
For those of you that get a GPG key error when trying to install using ubuntu bionic-security, just add the key: ``` sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys ``` Worked...
Adding constraints works here but we should absolutely be able to center the indicatorView with coordinates. This is a pretty major issue.
> I do not think this is even a feature This issue is requesting the feature be added. Would really simplify the configuration if we can use this approach.
This issue is still happening for me. I'm using an iPhone 6 plus. Sucks because this library is the one that works best but it's unusable because the color is...
The issue for me was that my cluster was created in 2018. I had upgraded this module to the latest 18.26 version but it looks like the `AmazonEKSServicePolicy` is no...
This is happening a lot in my app as well with this library.
This breaks being able to set the attributed string to a different value. You can set it's initial value fine but during run time when setting the value to a...