Shayne Hartford

Results 173 comments of Shayne Hartford

Anyone know of a good alternative?

Progress update in 2023: `docker-compose.yml` ```yaml version: "3" services: gluetun-windscribe: image: qmcgaw/gluetun container_name: gluetun-windscribe # line above must be uncommented to allow external containers to connect. # See https://github.com/qdm12/gluetun/wiki/Connect-a-container-to-gluetun#external-container-to-gluetun cap_add:...

Containers sharing their network with network mode is unlikely to work without large changes, the easier way is probably to add the ability for Gluetun to connect itself to Wireguard,...

What's the ETA on this change? currently unable to compile anything using libssl as Ubuntu 20.04 only provides libssl1 while every distro now uses libssl3, and Ubuntu 22.04 doesn't have...

This is my current workaround, my project doesn't even use a GUI, I'm just using Tauri for the simple bundler and actions, so a portable exe would both still work...

Could [maybe-async](https://crates.io/crates/maybe-async) be used to accomplish this? I'd rather not use the spawn-blocking workaround EDIT: This is my workaround example ```rust #[tokio::main] async fn main() -> Result { tokio::task::spawn_blocking(check_for_updates).await??; Ok(())...

I wish someone at Valve would spend some time on SteamVR for Linux, if the rumors are true the new standalone headset will need SteamVR running on Linux... This is...

> Currently I can't use VR at all, since Windows has another issue for me where one of the Vive trackers 2.0 will not stay connected if its below belly...

Ah okay, well if it's planned for v2 then I'll manually rename it until v2 or #215 is added :+1:

I also have the `x399 GAMING PRO CARBON AC`, can I help out to get this working?