Stu Hood

Results 228 comments of Stu Hood

> @benjyw @stuhood Cheeky bump on this one re: `concurrently?` Yea, I think that we should go with `concurrently`. > and `what is the canonical single Get re-write code?` above....

That looks great, and thanks for dealing with the rough edges! ---- There is one simplification that it would be really good to implement. For the example: ```python resolved_dependencies =...

Having said that, passing an argument as positional may not work in 100% of cases currently: for example if one of the other arguments to a `@rule` _also_ requires the...

> * Missing `Digest`-related graph mappings, so I'm unable to map those gets: e.g. `Get(Digest, RemovePrefix(result.output_digest, REPORT_DIR))` > * There are other missing graph mappings, but Digests are the easiest...

BuiltinGoals are ... built in. AFAIK, there isn't a way to add them from a plugin/backend. But to be clear: the PR I already landed adds the goal, and is...

Does `PANTS_LOCAL_STORE_DIR` point to the default location in your config? Do you have any temp-file cleaners running on that directory, or anything that might be deleting files? With `cache_content_behavior=fetch` (please...

> **OS** > Linux @chris-stetter : Can you confirm that your host (outermost) is Linux as well?

AFAICT, this is tangled up in the question of Docker-in-Docker vs Docker-from-Docker, as differentiated on https://code.visualstudio.com/remote/advancedcontainers/use-docker-kubernetes. Your example repository uses Docker-from-Docker, meaning that it connects to a docker instance running...

> I _think_ that the need to declare that extra bind mount is unavoidable with Docker-from-Docker, so I think that expanded documentation might be the answer. Is there any particular...