Alexandre Colucci

Results 27 comments of Alexandre Colucci

If you want to save data persistently for each action instance, you should use the `setSettings` API: https://developer.elgato.com/documentation/stream-deck/sdk/events-sent/#setsettings If you want to save persistent data globally for the plugin and...

@yyy898 For the context, I see that you pass a `pluginUUID`. You should make sure that the pass the context of the action instance, not the plugin UUID. Maybe this...

@r4tz52 In theory, VPNStatus could run some scripts. However, manipulating the routing tables will require the scripts to run as root. This means that a privileged helper should be created....

@Spaider `vpnutil list` now outputs such a json: ``` { "VPNs" : [ { "name" : "VPN1", "status" : "Connected" }, { "name" : "VPN2", "status" : "Disconnected" }, {...

@a-rock-lobster You can now set black and white menu bar images in the preferences window in VPNStatus 3.0: https://github.com/Timac/VPNStatus/releases

Thanks a lot for the detailed description, that's really helpful!

@jcps07 I think there is some confusion about this ticket. The current APIs from DCL are working well for us, but we noticed that the `familyId` field in the DCL...

Thanks for using VPNStatus! By default VPNStatus tries to reconnect every 120s. If your VPN drops and you are lucky, VPNStatus might reconnect right away or wait up to 120s....

Great to hear! This setting is a secret preference because… I haven't found the time to build the UI 😅

> Good evening @Timac While the situation has improved for virtual machines' RDP sessions, DB server connections (via, say, pgAdmin) were too demanding, and even with 12 seconds delay I'd...