go: downloading github.com/golang/protobuf v1.5.2 go: downloading github.com/ugorji/go/codec v1.2.7 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading golang.org/x/sys v0.0.0-20220408201424-a24fb2fb8a0f go: downloading github.com/go-playground/universal-translator v0.18.0 go: ...
Check for existing issues Completed Describe the bug / provide steps to reproduce it Opening a go project starts to download gopls, but this fails after some retries. Using Go v1.21 Note: Even though the logs state that the language serv...
It works when usingGo workspaces This is good to know there's a fix for this, but it's worth mentioning that neovim/mason, helix, and vscode support this behavior of shifting to the root directory of the most-adjacent go.mod out of the box (as a fallback, I suppose). ...
golangci-lint is getting killed. This is my local version I will try locally, see if I can figure it out. Contributor deitch commented Nov 26, 2024 I opened a PR to bump the lint version. I will find any issues there and clear there, and then this should be able to rebase clea...
docker run --rm -ti --entrypoint sh authzed/spicedb:latest-debug Containers are also available for each git commit to themainbranch under${REGISTRY}/authzed/spicedb-git:${COMMIT}. Production Kubernetes users should be relying on a stable release of theSpiceDB Operator. The Operator enforces...
client.logDebug("SEND REQ - ERROR: %v", err) } return resp, err } 137 changes: 137 additions & 0 deletions 137 client_test.go Original file line numberDiff line numberDiff line change @@ -0,0 +1,137 @@ // Copyright (c) 2018-2021 Zededa, Inc. // SPDX-License-Identifier: Ap...
Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} iezed / go-base Public generated from dhax/go-base Notifications You must be signed in to change notification settings Fork 0 Star 0 ...
SetDebug(true) // Assign Client TLSClientConfig // One can set custom root-certificate. Refer: http://golang.org/pkg/crypto/tls/#example_Dial client.SetTLSClientConfig(&tls.Config{ RootCAs: roots }) // or One can disable security check (https) client.SetTLSClientConfig(&tls.Config{ ...
docker run --rm -ti --entrypoint sh authzed/spicedb:latest-debug Containers are also available for each git commit to themainbranch under${REGISTRY}/authzed/spicedb-git:${COMMIT}. Production Kubernetes users should be relying on a stable release of theSpiceDB Operator. The Operator enforces...