Skip to content
#

workaround

Here are 78 public repositories matching this topic...

ixje
ixje commented Apr 28, 2020

Issue description

The Python documentation states

A class that overrides __eq__() and does not define __hash__() will have its __hash__() implicitly set to None. When the __hash__() method of a class is None, instances of the class will raise an appropriate TypeError when a program attempts to retrieve their h

mustafagonul
mustafagonul commented May 4, 2020

The ssh configuration can be as follows:

# Github
Host github.com
    User git
    HostName github.com
    IdentityFile ~/.ssh/id_rsa_gitall
    ProxyCommand socat - PROXY:<proxy>:%h:%p,proxyport=<port>

# Gitlab
Host gitlab.com
    User git
    HostName altssh.gitlab.com
    Port 443
    IdentityFile ~/.ssh/id_rsa_gitall
    ProxyCommand socat - PROXY:<proxy>:%h:%p,proxyport=
cefn
cefn commented May 21, 2018

This is a great little utility and I hope it is able to be maintained.

As you have probably noticed at pypa/pip#3813 there was a big issue around the message which should be shown to the user, regardless of what changes might be made.

Unfortunately I think pybin retains some of these issues of documentation and understandability in terms of the guidance and messag

Improve this page

Add a description, image, and links to the workaround topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the workaround topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.