Matthew Bryce
Matthew Bryce
I'll save you reading the entire file but it matches master currently: ``` ➜ ~ curl https://raw.githubusercontent.com/ahmetb/kubectx/master/kubectx | md5sum % Total % Received % Xferd Average Speed Time Time Time...
This was the installation script I used to set up my environment (started scripting it due to issues like this forcing me to recreate the wsl instance: ``` #!/bin/zsh script_name=$0...
So I ran into this issue also, I was able to get around it for now with mocking the getSignedUrlPromise function manually: ``` test('will return a 200', async () =>...