Khanh Duong
Khanh Duong
### The issue I'm trying to fix https://github.com/pypa/pipenv/issues/4371. I think it's better to consider 2 cases below: - Installing from Pipfile. - Installing from provided packages (the issue itself). ###...
This Pull Request fixes/closes #2147. It *will* changes the following: - [x] Disable edit [e] command when not at head revision - [x] Add open [o] command to open the...
Trying to close #18344 - [x] Find the docs by traversing upwards if the type itself has none but aliasing for another type that might have. - [x] Showing description...
Fix #593 Exclude sometimes doesn't work with absolute path because it tries to match the pattern directly with the path itself. Since the exclude option is relative, the absolute path...