Nick Schmeller
Nick Schmeller
I came to this repo to file an issue about this topic, so I'm glad to see that there's been a lot of discussion already! My take after dozens of...
This should get merged in, it seems super useful!
Issue Type: Bug 1. Start Live Share session (2 other users joining with read/write in this case) 2. Follow one participant and have them edit on a different branch in...
Out of curiosity, why was this closed?
I don't think this should have a `stale` label, even if there hasn't been activity for a while
I'm getting this same error on GitHub-hosted runners, in the container `docker.io/homebrew/ubuntu22.04`: ``` Run actions/checkout@v3 /usr/bin/docker exec ed6660d87643174caa84af01b2dbb9fdb674b0c924ad206c2a17f548d5f1eefb sh -c "cat /etc/*release | grep ^ID" node:internal/fs/utils:344 throw err; ^ Error:...
Looks like https://github.com/actions/checkout/issues/956 is related...
I think https://github.com/actions/checkout/issues/956 has workarounds, so I think this issue can be closed. The workaround that I used was to "override the default container user and use 'root'": ``` yml...
Gotcha, thanks for the clarification -- could there be another reason why this would be flaky / racy?
My bad, I pasted the wrong snippet from the Tiltfile 😅 -- the failed CI run happened after I committed code with the `resource_deps` added: ```diff diff --git a/monitoring/Tiltfile b/monitoring/Tiltfile...