Joseph Dye
Joseph Dye
Haven't thought about this in a few weeks as been busy but yeah, that's all easily possible. I'll sort that this weekend.
I encountered this issue too. `cargo check` showed errors, bacon would show them for a split second too, then refresh the "page" and only show the warnings. I use direnv...
> Making HTTP connection prefer `http_proxy` -> `all_proxy`, and HTTPS prefer `https_proxy` -> `http_proxy` -> `all_proxy` is OK. Or HTTPS prefer `https_proxy` -> `all_proxy` is also acceptable. I think `all_proxy`...
While making these changes, I noticed ureq uses CONNECT tunnels for both HTTP_PROXY and HTTPS_PROXY proxies. Typical behaviour with tools like CURL is to not use CONNECT tunnels for the...