hexvalid

Results 5 issues of hexvalid

Title says 'all. I cant build on `go version go1.12.4 linux/amd64` ``` [hexvalid@EXCALIBUR testo]$ go build -v -x WORK=/tmp/go-build977634229 testo mkdir -p $WORK/b001/ cat >$WORK/b001/importcfg

This code is not compiling in Go 1.9: ` input, _ := console.ReadString('\n') if move, err := g.Position.ParseMove(input); err == nil { g.MakeTimedMove(move, time.Since(start)) } else { fmt.Println("Couldn't understand your...

Please add the Makefile to compile without the need to any IDE. Thanks

Hi. Can I use custom axis formatter like that: ```cpp ImPlot::SetupAxisFormat(ImAxis_X1, secondFormatter); //= v[i]) { return snprintf(buff,size,"%g%s",value/v[i],p[i]); } } return snprintf(buff,size,"%g%s",value/v[5],p[5]); } ``` I couldn't find anything else other than...