Alexandre Colucci

Results 15 comments of Alexandre Colucci

There are multiple options that I could imagine: - Add a global hotkey to the menu item in the menubar - Add AppleScript support to the VPNStatus app - Add...

Hey @a-rock-lobster , Thanks for using VPNStatus! The images are located in the Asset Catalog that you can find at https://github.com/Timac/VPNStatus/tree/master/VPNStatus/Assets.xcassets For example you can find the green `On` icon...

`vpnutil` can stop one single VPN with the command: ``` vpnutil stop MyVPN ``` It has no built-in command to stop all VPNs (could be an interesting new feature). However...

Sounds like a great idea for the `list` and `status` options for `vpnutil`

Interesting. I assume that you never want to connect to the VPN if a ping to a resource success or fail? Do you have a more precise example?

@PeterMcCaldon-aps Thanks for the clarification. Such a feature could be implemented in VPNStatus. As a first idea, I would most likely change `-(BOOL)shouldPreventAutoConnectOnCurrentSSID` to return the BOOL asynchronously in a...

We should indeed had better explanations and comments for the project. In the meantime, you can read a lot of useful information about the plugin architecture in our documentation here:...

@Billmcintyrehome The `titleParametersDidChange` event is sending information from the Stream Deck app to your plugin when the user changes the title or title parameters of the instance of an action....

Thanks for reporting this problem. You are right that the `connectionManager` is not deleted. If you make a PR, we can merge it. Since this delete is missing just before...

Hey Dan, Thanks a lot for the info. We are using several of these tools ourselves but none of them reported this potential leak. That's why I was curious about...