Matt Davis

Results 782 comments of Matt Davis

Thanks for understanding, its been a long few months to deliver a major project this week on my end.

I think it makes sense -- we can still support `--rm` for a period of time, but making it a command sounds good along with a command to activate the...

@mjhalwa if you could take a look again at the pipenv pythonfinder PR -- I updated it tonight. I am not sure if it works 100% but I do want...

FWIW -- about a month ago pipenv changed to be more strict on if `PIPENV_VENV_IN_PROJECT` is set to one of these truthy values: https://github.com/pypa/pipenv/blob/main/pipenv/utils/constants.py#L5 Interestingly though, we ran into this...

It would appear the pipenv cache implementation assumes it will be at this location, making `PIPENV_VENV_IN_PROJECT` probably unworkable at present versions of setup-python actions: https://github.com/actions/setup-python/blob/main/src/cache-distributions/pipenv-cache.ts#L25

I have just run into this same issue. Is there a known way to get this working with a prior version?

I had to add this file back to the code base and was able to get it to work: https://raw.githubusercontent.com/Netflix/conductor/v3.9.1-rc.1/core/src/main/java/com/netflix/conductor/core/exception/ApplicationException.java

You mention not having the OSX build, and Technically AppVeyor is a Windows build. As I am a Developer on the Windows platform it is of interest to me that...

@dtrodger Duplicate of: https://github.com/celery/celeryproject/issues/52

There are reasons we print some things to standard error over standard out, take generating a requirements file for example, you want to be able to pipe that to standard...