Amir Rossert

Results 20 issues of Amir Rossert

When running a request using `HTTPS` proxy the proxy certificate is ignored even when `verify=True`. Is there a way to validate the proxy certificate? ``` >>> requests.get("https://www.google.com", proxies={"https": "https://100.117.2.81:3129"}, verify=True)...

When trying to parse a URL with special characters in the credentials part it is not working as expected, I found an issue with `?` and `/`. If it is...

I'm using the fuzzy prompt to list EC2 instances, the choices are a list of `Choice` with a value and name, the name is in this format ``` | ```...

enhancement

As far as I can tell there is no way to configure the rotation by time like TimedRotatingFileHandler, will it be hard to add another handler that will rotate like...

enhancement

I'm using PyInstaller to pack my application for distribution on Linux servers. To support a large amount of Linux flavors and versions I'm using Docker image with an old `glibc`...

platform:Linux
@medium
pull-request wanted
help wanted
bug

I'm using this great module in my app and noticed that some anti-virus reports on `smbrelayx.py` as a CVE. Is there a way to install this without the examples? Currently,...

feature

Adding more information on network errors

I'm trying to install pcapy module that needs compilation and I'm getting this error: ``` Installing collected packages: pcapy Running setup.py install for pcapy ... error ERROR: Command errored out...

I'm using this great repo to create my Windows PyInstaller executables. Currently, I still have some projects in Python2 so I'm using the Python2 version and it needs the "Microsoft...

Error on the latest `distutils` ``` Collecting pcapy Using cached pcapy-0.11.4.tar.gz (37 kB) Preparing metadata (setup.py) ... error error: subprocess-exited-with-error × python setup.py egg_info did not run successfully. │ exit...