Gergely Brautigam
Gergely Brautigam
To generate a dynamic HTML output of the swagger definition run: ``` swagger-codegen generate -i swagger.json -l dynamic-html -o out ``` Then that needs to be converted into something that...
Maybe a new version of Vue admin will fix that.
Got to look at this later on: ``` === RUN TestGetWorkServer ================== WARNING: DATA RACE Write at 0x0000018cdea0 by goroutine 50: github.com/gaia-pipeline/gaia/workers/server.TestGetWorkServer() /go/src/github.com/gaia-pipeline/gaia/workers/server/worker_test.go:140 +0xf8 testing.tRunner() /usr/local/go/src/testing/testing.go:909 +0x199 Previous read at...
There are several lines in server.go which don't return the error in case there was actually an error.
~@michelvocks Hi! So this is ALMOST working. :D The output is saved, but I'm failing to figure out why the Job which is supposed to come next isn't seeing the...
In all the source code there are a lot of places where pointers are not needed or are declared all over the place. When we first create a struct, we...
The binary name for OSX builds is ` tilt.0.23.9.mac.arm64.tar.gz`. This doesn't meet standard binary naming schemes such as GOOS.GOARCH. or OS.ARCH. Because OS for OSX is actually `darwin` so we...