Javier
Javier
I'd vote against this and instead use ``` dns: - 8.8.8.8 ``` under the VPN's docker compose yaml
Oh I just opened another issue regarding this specifically. I can access all the other services remotely, through port forwarding or my router's VPN except Deluge for some reason. I...
@timkelty the daemon port gets set in the deluge preferences, shown below. And if it's not configured, deluge wouldn't work at all. @nebajoth and @timkelty Could you check that you...
I just tried enabling this setting through the config file in the server box and it still doesn't work. Just to be clear, I have port forwarding and a router...
Bit of an update: I was able to flip the allow remote connection on Deluge but it seems to be an issue with the VPN specifically. Hoping someone else might...
This issue has been fixed on the OpenVPN side. Do a `docker-compose down`, get the latest image using `docker pull dperson/openvpn-client:latest`, and then compose them back up using `docker-compose up...
I'm seeing this issue as well, although I don't think missing translation files is the issue. I had this show up for about a year and no problems happened. Must...
Added details: The WPF terminal control doesn't seem to have anything regarding UIA events. It would need some kind of [UiaEventDispatcher](https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fmicrosoft%2Fterminal%2Fblob%2Fmain%2Fsrc%2Ftypes%2FIUiaEventDispatcher.h&data=04%7C01%7Cjadelaga%40microsoft.com%7Cc7a3a2bb2a47469c645408d9fe281a36%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637820270476114176%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=7HW5yHevSqWrw%2Fb1SYvmA1W3Wxwh6eSkqF0iuIfUopg%3D&reserved=0) defined and hooked up to alert the screen reader...
Fixing unstable dependencies... https://github.com/AArnott/Nerdbank.Streams/pull/537
We're actually very interested in this since we have found a few contrast ratio issues with our colors and the terminal. We've also received some feedback since the terminal is...