Re: [go-nuts] x/term: go-keycodes

2017-05-14 Thread anatoly techtonik
On Fri, May 12, 2017 at 7:54 AM, Nigel Tao wrote: > On Fri, May 12, 2017 at 3:11 AM, anatoly techtonik > wrote: >> I am new to Go and I need a cross-platform value for keyboard key codes to >> make sure I can react to user key presses regardless of operating system >>

[go-nuts] x/term: go-keycodes

2017-05-11 Thread anatoly techtonik
I am new to Go and I need a cross-platform value for keyboard key codes to make sure I can react to user key presses regardless of operating system layer. Thanks to the feedback from other projects, namely https://github.com/eiannone/keyboard and https://github.com/depp/keycode I was able to c

Re: [go-nuts] Re: go get -u doesn't update dependencies

2017-05-03 Thread anatoly techtonik
y 2017 18:33:34 UTC+10, anatoly techtonik wrote: >> >> https://github.com/lxc/lxd/pull/3260 was an attempt to prevent breaking >> builds due to a missing/updated dependency with `go get -u`. However, this >> command didn't fetch it. Why? Why not to fix it? > &

[go-nuts] go get -u doesn't update dependencies

2017-05-02 Thread anatoly techtonik
https://github.com/lxc/lxd/pull/3260 was an attempt to prevent breaking builds due to a missing/updated dependency with `go get -u`. However, this command didn't fetch it. Why? Why not to fix it? -- You received this message because you are subscribed to the Google Groups "golang-nuts" group.

Re: [go-nuts] Link documentation sources

2017-04-17 Thread anatoly techtonik
c/path/path.go > > S. > > On Mon, 17 Apr 2017 at 20:49 anatoly techtonik wrote: >> >> On Monday, April 17, 2017 at 7:35:00 PM UTC+3, Jan Mercl wrote: >>> >>> On Mon, Apr 17, 2017 at 5:45 PM anatoly techtonik >>> wrote: >>> >>> > I

Re: [go-nuts] Link documentation sources

2017-04-17 Thread anatoly techtonik
On Monday, April 17, 2017 at 7:35:00 PM UTC+3, Jan Mercl wrote: > > On Mon, Apr 17, 2017 at 5:45 PM anatoly techtonik > wrote: > > > I want to see documentation sources for this page - > https://golang.org/pkg/path/#pkg-overview > > Why there is no link to them in t

[go-nuts] Link documentation sources

2017-04-17 Thread anatoly techtonik
I want to see documentation sources for this page - https://golang.org/pkg/path/#pkg-overview Why there is no link to them in the footer, like on https://readthedocs.org/? -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this

Re: [go-nuts] go doc defaults to use a pager?

2016-09-01 Thread anatoly techtonik
And why is that? Is it because it is impossible to reliably detect interactive user session? On Thursday, February 16, 2012 at 1:25:28 AM UTC+3, David Symonds wrote: > > There is (reasonable) ideological opposition to context-aware output. > > Dave. > -- You received this message because you ar

[go-nuts] Re: Realize - Go build system with file watchers and live reload. Run, build and watch file changes with custom paths

2016-08-19 Thread anatoly techtonik
On Saturday, August 20, 2016 at 3:28:10 AM UTC+3, Alessio Pracchia wrote: > > Hi, i created a small build system for Go (Realize > ). The basic idea is to have a system > for the live reload on file changes with an automatic build process system. > Any suggest