Carson Anderson
Carson Anderson
Command ``` $ ginkgo watch --tags e2e ./test/e2e/ ``` Output ``` Identified 1 test suite. Locating dependencies to a depth of 1 (this may take a while)... Watching 0 suites:...
Right now, non fast-forward errors during remote pushes create a new error which includes the git reference :https://github.com/src-d/go-git/blob/d6c4b113c17a011530e93f179b7ac27eb3f17b9b/remote.go#L793 `worktree.go` has a dedicated `ErrNonFastForwardUpdate` error which should be used instead. The...
Right now there isn't anything that detects and responds to repeated failed authentication attempts. What do you think about implementing a lockout policy or throttling system?
We recently merged the k8s topology into Vitess. This allows Vitess to run without requiring a dedicated topology service. It's actually so useful that it's the default for the 2.X...
## **Is your feature request related to a problem? Please describe.** Code coverage during testing is incredibly useful but it is limited to tests run by `go test` it would...
The current errors for embedded messages are very vague when they come from generated Go implementations: ```json { "code": 3, "message": "Bad Request", "details": [ { "@type": "type.googleapis.com/google.rpc.BadRequest", "fieldViolations": [...
When I ssh to a FreeBSD server within a tty.js session there are some command line editing issues. Steps to recreate: 1. Open a tty.js session 2. ssh to a...
### Preflight Checklist - [X] I have searched the [issue tracker](https://www.github.com/bank-vaults/vault-secrets-webhook/issues) for an issue that matches the one I want to file, without success. - [X] I agree to follow...
Can you add a config option to disable autolint on save?