Neil Girdhar

Results 226 comments of Neil Girdhar

@hynek That sounds like a great idea. Would you be interested in reviewing a patch?

Thanks for the clear and detailed reply. Regarding indentation and threads. That's a good point. Of course, indentation would ideally be associated with each thread. But I can see your...

@hynek Did you mean to close this as completed? If so, how should we use this new feature? I can't find a related pull request.

I guess this is a duplicate of https://github.com/deepmind/chex/issues/64!

This would be really useful for me. In order to prevent circular imports, and to keep a logical program flow, it's nice to ensure that internal packages import each other...

Here's my modified script to support graphing packages rather than modules. ```python #!/usr/bin/env python import subprocess from pathlib import Path from typing import Dict, List, Mapping, Tuple import typer def...

@wbolster Since the ordinary behaviour with positional arguments is silent reshuffling, then this would the same I think.

Should this be called twine or pypi? I upload to pypi using poetry.

@mcornella Would you mind taking a look?

When users upgrade to pip 20.3, dephell won't even be installable since the new pip rejects incompatible installs: https://pyfound.blogspot.com/2020/03/new-pip-resolver-to-roll-out-this-year.html.