Nick Santos

Results 105 issues of Nick Santos

fixes https://github.com/docker/docker-credential-helpers/issues/174

Repro steps: ``` echo "garbage" | go run ./pass/cmd/main.go get ``` Expected: Exit code 1 Actual: Exit code 0 {"ServerURL":"garbage","Username":"","Secret":""} This is the root of cryptic errors like: ``` WARNING:...

bug

**What steps did you take and what happened** Sometimes kubectl build gets stuck and never recovers. As far as I can tell, what's happening is that it's waiting indefinitely for...

This allows consumers of this library to use the mock with `jest.resetAllMocks()` Should allow workarounds for https://github.com/hustcc/jest-canvas-mock/issues/72

Available() delegates to TIocinq, which is stubbed out as a no-op. https://github.com/pkg/term/blob/master/termios/termios_bsd.go#L81 Has anyone done evaluated what it would take to get it to work? Seems like you might at...

currently, ctlptl uses Docker Desktop as the primary VM manager on Windows/macos. As more people use Rancher Desktop, we may need to add support for using it as a VM...

enhancement

Currently ctlptl always uses docker as the driver for minikube We should be able to customize it to use hyperkit. This isn't quite as simple as changing a flag, because...

enhancement

Currently, you can mount a local folder into the minikube VM with something like: ``` minikube start --mount --mount-string="$PWD:/home" --driver docker ``` ctlptl should support something like this. The most...

need to get repro steps on this

bug

Mikael in the tilt channel reports that when they have a Tiltfile like this, the container doesn't restart properly: ``` load('ext://restart_process', 'docker_build_with_restart') compile_cmd = 'dotnet publish -c {} -o ./bin/out...

bug