Thorsten Hirsch
Thorsten Hirsch
Hey guys, I'm a colleague of Yannick and I have the same problem. Our environment is a heavily restricted enterprise environment, but the http proxy is nothing special. All tools...
Maybe we need something like this... ``` if (env['http_proxy']) { proxy = build_proxy_object(env['http_proxy']); } else { proxy = {} } axios.get(..., proxy); ``` But first I'd suggest to take a...
I'm on Windows (unfortunately) and I've set `http_proxy=http://username:[email protected]:8080`. No uppercase variable and no `https_proxy`.
Setting `https_proxy` makes a little difference... now `truffle unbox` fails at once, no waiting, no timeout: ``` >truffle unbox pet-shop Starting unbox... ================= √ Preparing to download box × Downloading...
Unfortunately I don't know what software our http proxy server is using, but since it works with default http proxy settings on the client I guess it's something like squid....
I think [the bug behind this pull request](https://github.com/axios/axios/pull/3159) is causing the 400 error. We've exactly the same setup: our https_proxy is reached via http. So if axios creates an https...
Alright, I did some further investigation and it seems like it's already fixed in the latest version of axios thanks to [this commit](https://github.com/axios/axios/commit/c7329fefc890050edd51e40e469a154d0117fc55). So we only need to update the...
Same here. This is the segfault with AMDVLK: ``` [Feb13 17:17] vrcompositor.re[23281]: segfault at 0 ip 00007f57f9775e61 sp 00007ffeea5e3a38 error 4 in libc-2.33.so[7f57f9640000+14b000] [ +0,000010] Code: 01 0f 84 f2...
Update: Meanwhile the segfault is gone with RADV. My system looks like this now: Archlinux/x64, kernel 6.1.9, Radeon RX480/amdgpu, rustc/cargo 1.67.0, SteamVR 1.24.7, alvr 19.0.0
Alright... I've fixed it, but I'm afraid this has become hell of a commit. Yesterday I forgot about the pom templates, so I started upgrading the dependencies to junit5 there....