Anthony Ilinykh

Results 6 comments of Anthony Ilinykh

In my case that error occures because of there are no compiled version in repo (see #28). I am using webpack and it configured to not compile `.ts` files from...

I think we could fix it by [adding a double-check](https://github.com/ailinykh/newnode/blob/59f5a877c5595c312d3e813e2e744500c03a231e/ios/vpn/NewNode%20VPN/TunnelManager.swift#L80:L83) for the VPN switch enabled in preferences. The scenario is following: - User turns on the NewNode VPN - User...

The next step is to move common configuration into a separate file and include it into both targets

You should enable auto upgrade by modifying your `.env` file https://github.com/shamhi/HamsterKombatBot/blob/main/.env-example#L7 ```env AUTO_UPGRADE=1 ```

You should specify a valid proxy URL address to fix this

[NEVPNConnection](https://developer.apple.com/documentation/networkextension/nevpnconnection) is more appropriate because it represents the state of your tunnel and the main app can handle all the state transitions while `NWPathMonitor` notifies you when the network changed...