Jyrki Pulliainen

Results 5 issues of 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

enhancement

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...

enhancement

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.

docs

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...

feature

The issue can be circumvented by adding {-sheme=>'https?'} in the $url_matcher: ``` $url_matcher = $Regexp::Common::RE{URI}{HTTP}{-scheme=>'https?'}; ```