Frederick Zhang
Frederick Zhang
> Could you confirm that Ryuk only becomes a problem when using SSH? Yes. I used testcontainers + ryuk on macOS with Docker Desktop's socket for a while without any...
Haven't got too much time to dig into this but a small update: I noticed that this issue only happened when it started a new ryuk container. I patched `reaper.ts`...
Admittedly it's quite hacky but this seems to do the trick: ```diff diff --git a/packages/testcontainers/src/container-runtime/clients/container/docker-container-client.ts b/packages/testcontainers/src/container-runtime/clients/container/docker-container-client.ts index 900c6af..97f52d7 100644 --- a/packages/testcontainers/src/container-runtime/clients/container/docker-container-client.ts +++ b/packages/testcontainers/src/container-runtime/clients/container/docker-container-client.ts @@ -176,9 +176,16 @@ export class DockerContainerClient...
> What is the output of `SYNCPACK_VERBOSE=true syncpack list` please? ```sh $ SYNCPACK_VERBOSE=true y syncpack list ? cosmiconfig found /Users/frederick/programming/Others/playground/.syncpackrc ? config file found: {"semverGroups":[{"range":"^"}]} ? 3 package.json files found...
> 1. For this one, add `"dependencyTypes": ["!local"]` to stop the .version properties being changed to workspace protocol. Yup worked like a charm! > 2. The leading = although valid...
I don't have Vagrant and I'm not sure where I can find the `./run_tests` file. If someone can help check if the new test is actually valid that'd be great...
@gpakosz found a solution for the original issue so I personally don't need this PR any more. So if the maintainers don't find it particularly useful either, please feel free...
I also came across https://github.com/Fanteria/thunderbird-external-editor. (I did not test it.)
Thanks for the contribution! Are you sure the socket you are using is not a symlink to a different path? I'm asking since [KeePassXC][1] does not seem to have a...
> One difference I found is that on my FreeBSD system XDG_RUNTIME_DIR is not set by default. [...] I was not able to figure out, who sets XDG_RUNTIME_DIR on my...