ouroborus
ouroborus
I'll have to write up a sample that triggers this. So far I've got a situation where the env proxy is defined, `session.proxy` is defined (with a different proxy), and...
It seems redirects pass through `SessionRedirectMixin.resolve_redirects` in `sessions.py` which has a line `proxies = self.rebuild_proxies(prepared_request, proxies)`. `rebuild_proxies` appears to ignore the passed in `proxies` argument and `session.trust_env` settings.
Ah, somehow I though the installation docs were saying to use the github source rather than pip or easy_install. I see now that it says instead to use pip instead...
Regarding proxy setting precedence, I think `Session.request(..., proxies)` should override `Session.proxies` which should override proxies set in the environment. Currently, environment proxies override session proxies (using `Session.trust_env = True`). In...
It's been noted that this issue is poorly named. I'm not sure what to rename it or even if it should be now that it has been created. @Lukasa, feel...
Mint 19.3 4.15.0-153-generic Linux Cube 4.15.0-153-generic #160-Ubuntu SMP Thu Jul 29 06:54:29 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux Installation was via SteamCMD I'm also noticing that it's not just about...
I'm using PuTTY on Windows. (It seems unlikely that the terminal would cause the issue given that `sudo kill -s SIGINT` produces the same results.) To launch, I'm using `./start_server_bepinex.sh`...
duplicate of https://github.com/ExtraCells/ExtraCells2/issues/505
So, after we chatted on Discord, I ran some tests using an added utility class. Here's the test code: ``` namespace IngameScript { partial class Program { public class Class1...
Maybe a fire animation if they're going to burn down? Seems like currently there's no clue as to what happened so you can't tell if this was intended or not.