The checklist:
- A readme following a good template
- A contributing.md with a code of conduct.
- A license
- Travis configuration
- A way for people to raise issues
- Link to it
When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.
Please note we have a code of conduct, please follow it in all your interactions with the project.
| lots of successful compilation ... | |
| ... | |
| compiling tools/qstringlist.cpp | |
| compiling tools/qtextboundaryfinder.cpp | |
| compiling tools/qtimeline.cpp | |
| compiling tools/qvector.cpp | |
| tools/qstring.cpp: In member function ‘QString QString::arg(qlonglong, int, int, const QChar&) const’: | |
| tools/qstring.cpp:6776:13: warning: suggest parentheses around operand of ‘!’ or change ‘&’ to ‘&&’ or ‘!’ to ‘~’ [-Wparentheses] | |
| if (!locale.numberOptions() & QLocale::OmitGroupSeparator) | |
| ^~~~~~~~~~~~~~~~~~~~~~~ |
Disclaimer: Please follow this guide being aware of the fact that I'm not an expert regarding the things outlined below, however I made my best attempt. A few people in IRC confirmed it worked for them and the results looked acceptable.
Attention: After following all the steps run gdk-pixbuf-query-loaders --update-cache as root, this prevents various gdk-related bugs that have been reported in the last few hours. Symptoms are varied, and for Cinnamon the DE fails to start entirely while for XFCE the icon theme seemingly can't be changed anymore etc.
Check the gist's comments for any further tips and instructions, especially if you are running into problems!
Results after following the guide as of 11.01.2017 13:08:
The purpose of this short howto is to show you how to:
openconnect [1] to connect to an enterprise cisco anyconnect endpointUsually VPN administrators will puth the default route to the users, so that all user traffic is routed through the vpn connection. This is to address the various security concerns around compromised user computers bridging external internet traffic into the secure VPN network.
While the VPN administrator can push routes to the clients, the client can ignore these default routes and establish client side routing so that only the required A.B.C.D/E network is routed through the VPN. All other traffic will still use the clients default route and default outbound internet connection.
| # <type>: (If applied, this commit will...) <subject> (Max 50 char) | |
| # |<---- Using a Maximum Of 50 Characters ---->| | |
| # Explain why this change is being made | |
| # |<---- Try To Limit Each Line to a Maximum Of 72 Characters ---->| | |
| # Provide links or keys to any relevant tickets, articles or other resources | |
| # Example: Github issue #23 |
| ### Keybase proof | |
| I hereby claim: | |
| * I am stefancocora on github. | |
| * I am stefanco (https://keybase.io/stefanco) on keybase. | |
| * I have a public key ASBiExKlvGHd0y8SUMT7J_QAYSZCPHqit7NI5ZVBu5MTLwo | |
| To claim this, I am signing this object: |
kops version
Version 1.8.0-beta.1 (git-0a2f949fd)
Concourse CI logs:
I1128 13:18:20.029760 558 request_logger.go:45] AWS request: autoscaling/DescribeAutoScalingGroups
I1128 13:18:20.077294 558 executor.go:91] Tasks: 90 done / 90 total; 0 can run
| diff -ruN python-pipenv-orig/0001-setup-don-t-setup_requires-on-things-used-to-run-dev.patch python-pipenv/0001-setup-don-t-setup_requires-on-things-used-to-run-dev.patch | |
| --- python-pipenv-orig/0001-setup-don-t-setup_requires-on-things-used-to-run-dev.patch 2018-10-04 04:48:33.000000000 +0100 | |
| +++ python-pipenv/0001-setup-don-t-setup_requires-on-things-used-to-run-dev.patch 2018-10-12 22:01:34.479222495 +0100 | |
| @@ -16,14 +16,14 @@ | |
| 1 file changed, 1 deletion(-) | |
| diff --git a/setup.py b/setup.py | |
| -index 7c87a2d6..179359f0 100644 | |
| +index 4a6b9389..2aef2868 100644 | |
| --- a/setup.py |