Jyrki Pulliainen
Jyrki Pulliainen
In order not to be confined with system Python interpreters, investigate the possibility of using a tool like pyenv to integrate full python interpreter within dh-virtualenv packages
By making Python 3 default (#274), we should make built-in venv default. Rationale: It is a less moving target than virtualenv (see #272). We should still provide a way to...
It would help both new adapters plus other people converting existing repos to use dh-virtualenv if we would provide a cookiecutter template for it.
Current raw format uses `print`statement to output the password. However, this can cause errors when piping to a clipboard manipulating script (like pbcopy `available` on OS X). Use case here...
The issue can be circumvented by adding {-sheme=>'https?'} in the $url_matcher: ``` $url_matcher = $Regexp::Common::RE{URI}{HTTP}{-scheme=>'https?'}; ```