Nick Santos
Nick Santos
Repro steps: - Store a login cred: ``` aws ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin 123456789.dkr.ecr.us-east-1.amazonaws.com ``` - Rotate your gpg key - Re-store the login...
### Contributing guidelines - [X] I've read the [contributing guidelines](https://github.com/docker/buildx/blob/master/.github/CONTRIBUTING.md) and wholeheartedly agree ### I've found a bug and checked that ... - [X] ... the documentation does not mention...
### Description Repro steps: 1. Create a driver with this spec: ``` {"Name":"remote","Driver":"remote","Nodes":[{"Name":"remote0","Endpoint":"tcp://localhost:1234","Platforms":[{"architecture":"arm64","os":"linux"}],"Flags":null,"DriverOpts":null,"Files":null} ``` 2. Send a request to the builder for a different platform ``` docker buildx build -t...
### Description Repro steps: 1. Install TestContainers Desktop 2. Turn off TestContainers Desktop when not being used 3. Run `docker buildx ls` ### Expected Behavior buildx should treat the `tcd`...
If you run nodeunit on an empty directory, it just prints OK: 0 assertions and exits successfully. It would be nice if this exited with an error status code by...
Right now, if this package fails, it says to file links against Medium/phantomjs. https://github.com/zeevl/phantomjs2/blob/master/install.js#L217 shouldn't it point to zeevl/phantomjs2?
panic: runtime error: index out of range goroutine 1 [running]: github.com/windmilleng/mish/mish.(*scrollCanvas).RenderAt(0xc4201aac00, 0x0, 0x20, 0x9) /Users/nick/go/src/github.com/windmilleng/mish/mish/canvas.go:69 +0x1c6 github.com/windmilleng/mish/mish.(*Render).renderShmill(0xc4205bdc18, 0xc4202d8000, 0x0, 0x0, 0x0) /Users/nick/go/src/github.com/windmilleng/mish/mish/view.go:164 +0x758 github.com/windmilleng/mish/mish.(*Render).Render(0xc4205bdc18, 0xc4202d8000, 0xc4205ba3b0, 0x1, 0x1) /Users/nick/go/src/github.com/windmilleng/mish/mish/view.go:39 +0xc1...
### Description I have a machine named `ed`. It's very funny to look at Docker Desktop logs because they're full of lines like: ``` [2024-01-02T15:43:39.790818241Z][com.docker.backend.compatibility][I] Virtualization enabl ``` Rather than...
### Description docker-desktop startup hangs forever on servers without a graphical session ### Reproduce 1. Start a linux box without a graphical session 2. Start docker-desktop Even though systemd thinks...