CrazyMax

Results 1192 comments of CrazyMax

> Looks like it's segfaulting (possibly due to clang being used?) > > ``` > #23 0.416 + go build -o /out/docker-linux-riscv64 -tags ' osusergo pkcs11' -ldflags ' -X "github.com/docker/cli/cli/version.GitCommit=28ac7007e4"...

Seems you're using Docker Desktop, do you have a diagnostic ID to share? (https://docs.docker.com/desktop/troubleshoot/overview/#diagnose). For better traceability https://github.com/docker/for-mac to report this kind of issue would be better but let's check...

> We'll have to rename all import paths (to include `v23` (or likely `v24` - see below) in the name, and rename the module to be the same. That's exactly...

@thaJeztah Should be good since https://github.com/docker/cli/releases/tag/v24.0.0-beta.1 :eyes:

`GIT_AUTH_TOKEN` is only used by BuildKit to clone Git sources and doesn't apply to `RUN` instructions directly for any `git` command invocations. You need to handle this yourself in the...

Argh yeah this is one of the caveats when using this lib: https://github.com/nodeca/js-yaml#caveats Will take a look.

Looks like we could switch to https://eemeli.org/yaml/#parsing-yaml

Have you checked the configuration settings to handle multi instances? https://portapps.io/app/waterfox-portable/#configuration

@mzso > It helps. but causes the usual running and non-responding message to appear if I am running the exe again. And in fact a local Waterfox version is not...

> Awesome, thanks for working on this! Just request a review from me once you consider it done 🚀 I was comparing build time with and without distributed mode and...