Gram
Gram
Thank you for the feedback. Please, open a new one with all fields in the issue template filled. I cannot reproduce it without the poetry config, the command you listed...
Nevermind, I've reproduced it with a dependency not in dependency list ``` ❯ dephell deps add --level=DEBUG --traceback --envs dev test -- django DEBUG merge... ERROR KeyError: 'cannot find any...
Thank you for your feedback! Why do you need to support Python 3.4? It's already end-of-life 9 months: https://www.python.org/dev/peps/pep-0429/#release-schedule
DepHell resolves packages environment-independent but always tries to get the most compatible packages for specified pythons. > I tried to reproduce it with python 3.5 but didn't found a package...
I see you made a few commits to fix it. Looks great! Are you going to make a PR?
If I want pass not the flag, it's difficult to understand it's binary or not. For example, `test.py` -- is it binary or positional argument? We can check if binary...
What if you want to run something else in this env? For example, python. I don't think it's a good idea to make it impossible without changing config.
npm run script is about scripts, not envs. If you want to run some custom command, you are just not using script. However, we are talking about environments. In our...
Yes, you're right, and I agree with you. I'm talking about additional case when you want to specify positional arguments for the default command. In your example, if you want...