Dan Ryan

Results 102 comments of Dan Ryan

Please fill out the entire bug report including your `Pipfile` where you are having this issue. I cannot reproduce this issue locally. To confirm, this is not specified in the...

Things in the scripts section should already run relative to project root to emulate the behavior of other sub commands like `install` and `shell` I would think. That would be...

Calling `pipenv run ` doesn’t operate relative to the project root for obvious reasons. If you are in a subdirectory and want to run a script you would want the...

Considering this a bit, changing the behavior from what it is would be quite difficult -- the best option as Kenneth indicated is likely to allow users to set a...

is this only affecting `python_version`? This is not straightforward and also it's not really a bug, they are functionally identical which is why it doesn't matter. I get that it...

oh boy the null markers thing is actually quite bad, but i think that's fixed merging markers is incredibly difficult it turns out, I've spent like several months on this...

@frostming how does this proposal interact with the changes you made here recently?

This falls into the 'would be nice' category, but in general we respect platform restrictions on upstream dependency declarations not because we want to, but in practical terms because it's...

I agree that we shouldn't use which, but we actually have a reimplementation of this in `pythonfinder` which we maintain separately and simply haven't implemented yet (example below). For the...