Hugo

Results 8 comments of Hugo

Hello everybody, I'm seeing this happen on clones as well. Just doing a plain clone like this: ```go _, err := git.PlainClone(cloneDir, false, &git.CloneOptions{ URL: repo.URL, }) ``` Results in...

Just got the following working as a workaround. ```bash # Generate an ECDSA key since it doesn't seem to be affected by this SHA-1 RSA thing. ssh-keygen -t ecdsa -f...

Running that command gives the following: ``` istioctl ps service.ns -n ns Clusters Match Listeners Match Routes Match (RDS last loaded at Mon, 09 May 2022 10:03:12 EDT) ``` >...

Actually I didn't. I assumed that it would always just try to use the client secret, even if it's blank. Would you guys mind a PR from me updating the...

I'm seeing the same issue with the `debug` tag. I'm following the instructions [for building images in Gitlab CI.](https://docs.gitlab.com/ee/ci/docker/using_kaniko.html) Running the following: ```bash for dir in $(ls -p contexts |...

Just to debug some more I went through the manual upgrade process up until I got the cluster to version `1.23.10-do.0`. I then bumped the version in the Terraform to...

For anybody looking this up, I ran into the same thing and noticed that it specifically didn't like something about Minio. However, when I looked at `deployment.yaml` it didn't reference...

I opened https://github.com/mswjs/interceptors/pull/745 that makes the tests in the reproduction repo all pass when I use it in place of the upstream. To do this I added an override for...