Zheng Jin

Results 18 comments of Zheng Jin

Can confirm on Mac 10.14.6 with Python 3.8. Installing 0.4.9 works. I don't know why this issue is still here after getting "fixed".. #160 #189

I think this suggestion is completely valid. Sometimes I just want to try a command to see if something works, without creating a config file. That's the whole point of...

@The-Compiler I think your suggestion somewhat misses the point: 1. The reason for this feature request is that _I don't want to create a config file_ 2. It's not playing...

@The-Compiler ok nevermind, my bad. I thought `pytest-cov` already supports it because it's available in the config file. But from what you are saying, it's `coverage.py` reading that config file...

In that case I think the issue should be reopened so that anyone interested can pick it up. Closed issue means that the maintainer of this project isn't interested. In...

Thanks for the explanation. So essentially, the underlying copying method BuildKit is using (i.e. `rsync`) thinks they are the same file because it only checked for timestamp and file size?...

I'm not quite following.. Are files always sent to the same folder, no matter what is being built? Or are they sent to a temporary folder that has some re-use...

Just to be clear, frontend is the client (docker cli), and backend is the builder (BuildKit)? And frontend decides where files go to, and backend decides how to copy the...

Ok, makes sense. Thank you for your patience. Although I'd very much love to help, it appears that I don't know the process well enough to be able to contribute...

For anyone who comes across this issue, I came up with a solution that doesn't have much to do with resolving pip dependencies. I just hash both the input and...