workaround
Here are 78 public repositories matching this topic...
-
Updated
May 29, 2019
Support for SSH
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=
-
Updated
Apr 24, 2018 - JavaScript
-
Updated
Aug 29, 2019 - JavaScript
-
Updated
Jul 10, 2020 - Batchfile
-
Updated
Jul 5, 2020 - Python
We currently don't check whether we add any new deprecations with the nasty hacks we do to workaround caching problems. We should at least check and fail the test if a new deprecation is caused. We should require a deprecation to be explicitly accepted if it's the only way to work around an issue.
-
Updated
Jul 7, 2020 - JavaScript
-
Updated
May 25, 2020 - JavaScript
-
Updated
Jul 19, 2018
Probably should be a lower priority until someone from outside of openSUSE starts to contribute and maybe just maybe Valve with take the fix upstream before then.
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
-
Updated
Mar 17, 2019
-
Updated
Jun 7, 2020
-
Updated
Jun 24, 2020 - JavaScript
-
Updated
May 7, 2019 - C#
-
Updated
Nov 1, 2016 - JavaScript
-
Updated
Jun 30, 2020 - Shell
-
Updated
Jan 3, 2020 - C++
-
Updated
May 31, 2019 - C#
-
Updated
Jun 2, 2020 - Java
-
Updated
Oct 27, 2019 - Python
-
Updated
Oct 24, 2019 - Shell
-
Updated
Jun 4, 2020 - Python
-
Updated
Jun 22, 2020 - Batchfile
-
Updated
Aug 27, 2018 - C++
-
Updated
Feb 1, 2017 - Emacs Lisp
Improve this page
Add a description, image, and links to the workaround topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the workaround topic, visit your repo's landing page and select "manage topics."
Issue description
The Python documentation states