Re: [go-nuts] Foregrounding, process management, os/exec.Cmd

2017-01-23 Thread James Aguilar
On Sun, Jan 22, 2017 at 8:45 PM Ian Lance Taylor wrote: > On Sat, Jan 21, 2017 at 4:07 PM, James Aguilar > wrote: > > If you don't know or care about pagers and process management, you can > stop > > reading now. > > > > Background: I have a program that

[go-nuts] Foregrounding, process management, os/exec.Cmd

2017-01-21 Thread James Aguilar
If you don't know or care about pagers and process management, you can stop reading now. *Background:* I have a program that compile my code each time I modify it. It produces logs continuously on a terminal. I'm trying to write a go program to wrap this program so that each compile log is op

Re: [go-nuts] Deleting the /r/golang subreddit

2016-11-24 Thread James Aguilar
Another vote for temperance here. The CEO making a scumbag move that affected a tiny handful of posts seems barely related to deleting a subreddit. If some folks don't want to support Reddit, that seems reasonable. It seems less reasonable to disrupt a community without that community's consent.

[go-nuts] Re: Speeding up Go Report Card

2016-09-05 Thread James Aguilar
On Friday, September 2, 2016 at 6:50:58 AM UTC-7, Shawn Smith wrote: > > Hi, > > I'm one of the maintainers of Go Report Card http://goreportcard.com/ and > I am looking for advice on how to make it faster. > > Basically we run a series of checks (gofmt, vet, etc.) on your Go > repository and pro

[go-nuts] Re: howto kill pipe process using gopkg.in/pipe.v2

2016-07-18 Thread James Aguilar
State.Kill looks promising. On Monday, July 18, 2016 at 10:39:36 AM UTC-7, Walter Garcia wrote: > > Hello. > > Im using pipe.v2 and work fine, but I need cancel the process running, How > can I do it? > > The process is running, but in certain circu