Ilia Beliaev
Ilia Beliaev
It's only part of the check. Besides, there is a similar function in guava which is located in UTF-8 class- https://github.com/google/guava/blob/bafab6242d7fb05560b6d3ebe0f7cfc7f30803f2/android/guava/src/com/google/common/base/Utf8.java#L91 Also there is a similar check in HiveMQ MQTT...
Is someone going to check the suggested Pull Request?
Should de fixed in 818, there is a PR there but no reviews.
Similar problem with `go get`.
I see there are some test failures related to logs output when building an image and I'll look into that. Meanwhile, I would like to hear your opinion about enabling...
Hey @nicolabovolato, docker documentation states that build args last until the end of the stage where they were declared - see here https://docs.docker.com/reference/dockerfile/#scope. You declare `WORKSPACE_NAME` in the first stage...
Looks like global build args are a docker build kit feature - https://medium.com/@sujaypillai/globally-scoped-platform-args-in-docker-buildkit-787b9010bbb8, so it's related to https://github.com/testcontainers/testcontainers-node/issues/571
I would like to work on this one if possible.
It looks like what's necessary is a support for creating a session and running it in dockerode. Go implementation for that in terraform was added here - https://github.com/kreuzwerker/terraform-provider-docker/pull/387/files#diff-4596d40531ae2e21f6074d104e6dc7317537946b56d95df847c9209dfbe30fceR329 The session...
The main problem is with setting up a websocket connect for the session which is required for version 2. IIRC, `dockerode` (or its underling library `docker-modem`) didn't support that.