Arjan van Eersel
Arjan van Eersel
@marc0olo, @hanssv: I have thought a bit more about this and I stick to my objections to the auction system from a business perspective, which are in short: - The...
@marc0olo Neither squatting nor bidding wars are ideal. But I do consider squatting the lesser of the two evils. A come first, be served first principle is not bad, especially...
I think both statements are correct. At the moment I'm doing research on starting a Go conference in South Eastern Europe (Bulgaria, Romania, Serbia, Macedonia, Greece, Turkey). Getting good speakers...
I agree with the remarks of @corylanou. Regarding Bulgaria I can say that the general IT community in Sofia is quite vivid and opened to new initiatives. And Go is...
Great idea! I can say that I'm definitely interested in organizing that workshop in Bulgaria for the Go Bulgaria meetup.
**Name**: Arjan van Eersel **Location**: Bulgaria **Company**: Balkan Technologies **Title**: Owner / developer **What're skillz you bring to the table**: meetup organizer, translator, speaker, contributing to regional and local outreach...
I tried it in a brand new project. Steps I took are: 1. Create new project directory and enter it 2. `go mod init` 3. `go get -u github.com/algorand/go-algorand-sdk/...` (did...
``` GO111MODULE="" GOARCH="amd64" GOBIN="" GOCACHE="/home/arjan/.cache/go-build" GOENV="/home/arjan/.config/go/env" GOEXE="" GOEXPERIMENT="" GOFLAGS="" GOHOSTARCH="amd64" GOHOSTOS="linux" GOINSECURE="" GOMODCACHE="/home/arjan/Dev/go/pkg/mod" GONOPROXY="" GONOSUMDB="" GOOS="linux" GOPATH="/home/arjan/Dev/go" GOPRIVATE="" GOPROXY="direct" GOROOT="/usr/lib/go" GOSUMDB="sum.golang.org" GOTMPDIR="" GOTOOLDIR="/usr/lib/go/pkg/tool/linux_amd64" GOVCS="" GOVERSION="go1.17.7" GCCGO="gccgo" AR="ar" CC="gcc" CXX="g++" CGO_ENABLED="1"...
No, I don't have any wrappers. Neither did I make any changes in the env settings of Go. If that would have been the case, then I would have had...
I had the same problem and noticed that all examples I found on the net and here use authorization = Authorization() and not DjangoAuthorization(). Considering the error I got the...