Patrick Hayes

Results 5 issues of Patrick Hayes

``` /home/venv/lib/python3.6/site-packages/gitlint/__init__.py:105: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. yaml_config = yaml.load(content) ``` We could preserve existing behaviour...

If you have a placeholder link that does not have a href (`Example`), then the behaviour of `track_links` is broken. Without `track_links`, clicking that link in most browsers does nothing....

Previously, when `show_default` was False on an `Option`, the value could still appear in the prompt. Remove this so that sensitive values can be hidden from prompts. Checklist: - [x]...

Previously, supportRelativeURL would return an invalid response if both `file` and `url` were absolute. ```js sourceMapSupport.supportRelativeURL( 'http://127.0.0.1:1336/chunk/chunk.js', 'http://127.0.0.1:1336/chunk/chunk.js.map' ); // Returns 'http://127.0.0.1:1336/chunk/http:/127.0.0.1:1336/chunk/chunk.js.map' ``` As a result, retrieveSourceMap would do the...

Silencing keyboard interrupts is undesirable if psshlib is used as a library --- This change is [](https://reviewable.io/reviews/jcmcken/parallel-ssh/30)