Houman

Results 36 issues of Houman

This is a shame as this doesn't build anymore. ``` /Users/houmie/projects/tegant/Pods/ChameleonFramework/Pod/Classes/Swift/ChameleonShorthand.swift:93:12: 'init(averageColorFromImage:)' has been replaced by 'init(averageColorFrom:)' ``` Kindly advice, Thanks,

**Checklist** - [x] I read the [README](https://github.com/angristan/openvpn-install/blob/master/README.md) - [x] I read the [FAQ](https://github.com/angristan/openvpn-install/blob/master/FAQ.md) - [x] I searched the [issues](https://github.com/angristan/openvpn-install/issues?q=is%3Aissue+) - [x] My issue is about the script, and not OpenVPN...

enhancement

**Checklist** - [x] I read the [README](https://github.com/angristan/openvpn-install/blob/master/README.md) - [x] I read the [FAQ](https://github.com/angristan/openvpn-install/blob/master/FAQ.md) - [x] I searched the [issues](https://github.com/angristan/openvpn-install/issues?q=is%3Aissue+) - [x] My issue is about the script, and not OpenVPN...

Like ```openvpn-install``` script, I think we should have this feature here as well. It would be incredibly useful to automate the installation from terminal.

enhancement

I'm getting a strange crash for some of my users when trying this: `return keychain["DEVICE_ID"]!` ``` class DeviceService : DeviceServiceProtocol { static let shared = DeviceService(deviceIdService: DeviceIdService.shared) let keychain =...

Hi, I am a total fan of this colour scheme and use it in XCode. Is there a chance to port this to Eclipse? There a Eclispe colour scheme plugin:...

Hello, The following code works fine on Wifi but throws ```PingError.hostNotFound``` exception on 4G. That makes no sense though, because the same host IP works on Wifi, but not on...

I start getting exception errors on the second line, even though I'm passing clearly "facebook.com" to it. ``` let cfhost = CFHostCreateWithName(nil, host as CFString).takeRetainedValue() let status = CFHostStartInfoResolution(cfhost, .addresses,...

A very strange behaviour. I get 60ms ping on iOS and same server on Mac shows 230ms. Is there a good way to do 5 pings and get the average...

Hi @ss-abramchuk, I hope you are feeling better, mate. When trying to connect the following steps have to be taken: ``` self.tunnelProviderManager?.loadFromPreferences and then self.tunnelProviderManager?.saveToPreferences ``` if no errors then...