Scott Stevens

Results 26 comments of Scott Stevens

This may be related to #605

This is becoming significantly more problematic as our users get automatically opted in to Compose V2 - with the size of our compose file, `docker compose pull` is virtually unreadable....

I seem to have the same issue but I am not specifying my types in JSDoc because I'm explicitly specifying them on the function, e.g.: ```typescript /** * Description. *...

This is also present in Git-Bash, aka the MSYS2 terminal.

Just want to confirm that Docker Desktop 4.12 was released on Friday (with Docker Compose 2.10.2) and appears to have resolved it for me with our custom compose file

_Preface: I'm using version `aioredis @ git+https://github.com/aio-libs/aioredis-py.git@6ab86b5f187b36f8af4c1aabf8f698fcd6bdf842`. At the time of writing, it doesn't look like there's been any changes beyond a few type signatures to the `master` branch._ I...

This appears to be the same as [my incorrectly filed issue](https://github.com/atom/atom/issues/14452). `elif` appears to always unindent one level further than the line above it, even if that line is a...

I believe #11706 is related as overlapping configs/volumes will also trigger a race condition.

Happy to give it a shot, but I can't promise when I'll get time to do it (if anyone else wants to action it sooner, feel free, otherwise I'll get...

> Adding "baseUrl": "./", to the compilerOptions made error disappear This only seems to apply if tsconfig.json is in the root, as opposed to the Cypress folder. If I put...