Oz Tiram
Oz Tiram
OK, This is related to this file which is still used: https://github.com/sarugaku/requirementslib/blob/main/src/requirementslib/models/old_pip_utils.py
I can confirm this behaviour with multi-monitor setup.
Thanks for your reply. Your latest fix helps to prevent the crash. However, windows are still only tiled in one desktop.
Thanks. That works now, although it only tiles windows on the primary screen.
PR Welcome.
Well... Forking in GH is one click.. Please try ☺️
That is an interesting issue to work on. `pipenv shell` calls pexpect, so the issue is maybe related to pexpect or to how we use pexpect, follow from here: https://github.com/pypa/pipenv/blob/114eb8f80a63e519fe9d12ac9e7cb60444cf47c0/pipenv/core.py#L2424...
If you are spending time on this, can I open another can of worms? Our man page is 3000 lines, and 90% is the changelog. Can we only include the...
Old Unix convention is to declare significant changes in the manpage.
Thank you! This PR should be opened against https://github.com/sarugaku/requirementslib.