Caelan
Caelan
I'm waiting for some more information about your use-case, if you still need this please let me know.
Had another request for this on Discord so re-opening for consideration
I guess this should be possible, looks like there are some things to try in this thread https://github.com/JuliaLang/juliaup/issues/274. [env_proxy](https://crates.io/crates/env_proxy) might work for *nix, and could look at using UWP HttpClient...
Looks like https://crates.io/crates/sysproxy is what we need for windows.
[HttpClientFileDownloader](https://github.com/velopack/velopack/blob/develop/src/Velopack/Sources/HttpClientFileDownloader.cs) probably already does this, because it uses `HttpClient`. It's worth writing a test to confirm this, but I think the missing piece is really in [download.rs](https://github.com/velopack/velopack/blob/develop/src/Rust/src/shared/download.rs)
When we switch to `reqwest` in #63 we will get this for free
slint is appealing because it is the only mature solution I've found which uses truly native UI componentry - although I agree the licensing is a bit confusing. We need...
Using flutter with https://github.com/cunarist/rinf might also be an option (yet to be tested for size etc)
Feel free to join our Discord if you'd like to chat more about this. I did a fltk exploratory project some weeks ago I could share with you.
Just uploaded the sample I've been working on to https://github.com/caesay/velopack-fltk-testing as well. just `cargo run` and wait, it will open two dialogs (one after a short delay). I think the...