Nick Sieger

Results 59 comments of Nick Sieger

Hi @darmbrust @mjansing! I'm a former maintainer, so I don't have the full context of the current state of the project. To me it looks like the project has kind...

Thanks for submitting. Which version of Rails are you using? It's possible that Arel has changed enough since the most recent release that this isn't necessary, or there could be...

Hi @junyuan-z, thanks for the contribution, I appreciate you taking the time to look at this! While your approach looks good on its face, I still think there's room to...

Looks like this is because `git_checkout` with the `#branch` or `#tags/tag` suffix uses the `--branch` tag to `git clone`. Although perhaps not as it was intended to be used, does...

Also, I think we should create a test case for `git_checkout` that updates the tag and verifies that the repository state is changed. It seems like the original intent for...

Tagging docker/for-linux#138 here for context

I can reproduce this, and I don't believe it's related to docker compose. At first glance it looks related to moby/moby#20437? ```shell $ docker run -d --tmpfs /var/lib/varnish/varnishd:exec varnish:7.1 sh...

Should this close #8550 as well?

Yeah, what's happening is the first `docker compose up` creates and attaches to the containers for the services defined in compose.yaml at the time the command was run. Your additional...

Hi, thanks for filing an issue. Is this a feature request? It doesn't feel like a bug. Is there is some documentation that gave you the impression that compose would...