Brandon Mayfield
Brandon Mayfield
Currently when you define a time duration with a number it is considered a magic number. ```go timeToWaitForTask := 30 * time.Second ``` I would think this qualifies as not...
If go/analysis was supported this could better integrate with IDEs and could be run by https://github.com/golangci/golangci-lint. https://disaev.me/p/writing-useful-go-analysis-linter/#using-goanalysis
Trying to use the python client library with the development server. Each time I try to write to the bucket I get this error: It works fine when deployed on...
There is often a need to add a value to a wait group and then calling a go routine that will mark done on that wait group as soon as...
Whenever I try to open my .kdbx file with the password and keyfile it gives the error "Key file/Password does not match for file or file is no valid KeePass...
**Describe the bug** Temporal UI is setup with a codec server and to forward the user access token the ui has. It seems that temporal has a token with a...
A module should never log an error. It should always be returned to the user to decide what to do with the error (ignore or move on). When it is...
some models make use of the user field, and some organizations require it as a way to track usage.