Daniel Huckstep

Results 36 comments of Daniel Huckstep

Currently running into this problem with nokogiri. +1

I'm using my `github.com/darkhelmet/blargh` package, go in a edit/save `post.go`, and it runs twice. ``` go test ./post ok github.com/darkhelmet/blargh/post 0.053s PASS (0.59 seconds) go test ./post ok github.com/darkhelmet/blargh/post 0.060s...

I wonder if it's gofmt running. There would be the save, then gofmt... On Sun, Jun 23, 2013 at 10:52 PM, Nathan Youngman [email protected]: > Saving from Sublime Text? (v...

I get `Detected file modification post/post.go`, then it runs `go test ./post`, then `Detected file modification post/post.go` again, then the test again. Even turning off `gofmt` doesn't change anything.

``` bash ~/dev/go/src/github.com/darkhelmet/blargh (master) » looper -debug Looper 0.2.1 is watching your files Type help for help. Debug mode enabled. Watching path ./ Watching path errors Watching path filerepo Watching...

I installed with -u -v and I believe I remember it updating that package.  — Sent from Mailbox for iPhone On Mon, Jul 8, 2013 at 11:27 PM, Nathan Youngman...

This would be great for us as well. Looking through the code, I'm guessing it would basically be another rack middleware? I might look into this when we get to...

Can you post an example? I'm seeing this too.

This would be great, I hit this today where it transitioned the first issue, but nothing else. Unfortunately with this issue being over a year old without comment, not sure...