[go-nuts] Re: Shiny examples don't work on macOS Sierra 10.12.4

2017-04-01 Thread Dmitry Kravchenko
OK, thanks. The workaround mentioned in that thread is to use go run -ldflags -s -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegro

[go-nuts] Shiny examples don't work on macOS Sierra 10.12.4

2017-04-01 Thread Dmitry Kravchenko
After update to macOS Sierra 10.12.4 Shiny examples don't work anymore. iMac-Dmitry:~ dmitrykravchenko$ go env GOARCH="amd64" GOBIN="/Users/dmitrykravchenko/gowsp/bin" GOEXE="" GOHOSTARCH="amd64" GOHOSTOS="darwin" GOOS="darwin" GOPATH="/Users/dmitrykravchenko/gowsp" GORACE="" GOROOT="/usr

Re: [go-nuts] Shiny gldriver Texture.Fill

2017-02-24 Thread Dmitry Kravchenko
Thank you On Friday, February 24, 2017 at 11:53:30 AM UTC+3, Nigel Tao wrote: > > On Sun, Feb 19, 2017 at 6:11 PM, Dmitry Kravchenko > wrote: > > When will Texture.Fill be implemented in Shiny gldriver? > > I mailed out https://go-review.googlesource.com/37415 > -- Y

[go-nuts] Shiny gldriver Texture.Fill

2017-02-19 Thread Dmitry Kravchenko
When will Texture.Fill be implemented in Shiny gldriver? golang.org/x/exp/shiny/driver/gldriver/texture.go : func (t *textureImpl) Fill(dr image.Rectangle, src color.Color, op draw.Op) { t.w.glctxMu.Lock() defer t.w.glctxMu.Unlock() // TODO. } -- You received this message