Vladislav Fursov
Vladislav Fursov
`go1.18.4 darwin/arm64` and `go1.18.3 darwin/arm64` - compiles without error
> @ghostiam please tell us your scene! I also have "-race" added to all projects that I develop by default so that I can always get race information. I don't...
v0.2.1 (1595213edefa) This blocking occurs in the caching layer, which is heavily loaded, about 100,000 requests per second. The blocking does not work immediately, sometimes it takes up to a...
But in this case, there is a very small timeout, while in my real code there is 5 minutes. ```go package main import ( "time" "github.com/sasha-s/go-deadlock" ) func main() {...
https://github.com/codilime/veles/issues/318
I installed the python 3.6 according to these instructions for brew https://stackoverflow.com/a/51727268
This change will break compatibility and many people will have to rewrite their code. I don't want a repeat of the story > https://github.com/satori/go.uuid/issues/66
I think can use the interface to determine the type of resolver. ```go type Queryer interface { Query() interface{} } type Mutationer interface { Mutation() interface{} } ``` And when...
https://github.com/graph-gophers/graphql-go/pull/182#issuecomment-373405589 @tonyghita SemaphoreCI still working within $GOPATH/src/github.com/neelance/graphql-go for PR
Changes should be compatible with the existing code, if we do not want to break everything, like https://github.com/satori/go.uuid/issues/66