Oz Tiram

Results 227 comments of Oz Tiram

> For simplicity now, use multi-processing on all platforms instead of multi-threading on some. I have verified that this works fine on macOS, Ubuntu, and Windows. @oz123 I prefer keeping...

There where no issues on Linux with threads..it was only Mac . As I explained before, my interest in Mac OS is very low and I currently lack time to...

Sound like a good feature. Just make sure to use `shutil.move` instead of `os.rename`.

The title of the issue is quite different from what you ask in the description. I am in favor of adding the possibility of having: ``` venv_in_project=true ``` Reading the...

Both libraries are already included in pipenv. What is exactly the benefit of making our own shell in comparison to using the OS shell? You can customize the venv in...

.I see. What you want is initializing a project with a dialog. That can be done

Optfeatue seems like a good idea. I'll add it, and remove the dependency.

@eli-schwartz apologies, that was a bit hasty on my side. Thanks for pointing those errors out.

@eli-schwartz this fixes the issue you spotted earlier. This actaully also bumps to a newer version and removes one more dependency which was no longer used upstream.

> @oz123, ping. Are you working on this? Yes. I'm working on a PR to bump to the latest pipenv version.