Kevin Burke

Results 132 issues of Kevin Burke

Support installation from Homebrew.

I had an idea to make it possible to terminate the other subprocesses if one process exits with an error. Right now that's difficult because the events are handled all...

I'm trying to add HTTP logging to my application. The format I want is all keys and values, no `Msg` component. The terminal format adds 40 chars of padding, regardless...

I did some work to switch the `logfmt` code to use github.com/go-logfmt/logfmt. The following tests fail (uses `nil` instead of null): ``` log15_test.go:138: Got 518-07:00 lvl=eror msg="some message" x=1 y=3.2...

I'd like to do HTTP logging. I'd like to log request times at a more granular level than once a second; at a per-millisecond or per-nanosecond level. I had to...

Hi there, I was curious about this note in the README about webpack_build: > Making the experience of using webpack better within Dropbox was one of the reasons we wrote...

I'm attempting to copy media from my production site ("https://example.com") to my staging site on a different server ("https://stage.example.com"), using the "wp import" CLI tool. The error message I got...

needs testing

Paraphrasing: jade has been renamed to pug, please install the latest version of pug instead of jade mini match: please update to minimatch 3.0.2 or higher to avoid a regexp...

I see how to use this, but what does this actually log to a file or to stdout?

how i imagine this might work: - hit a flask endpoint that creates an application for you, shells out to git remote to get your heroku url, configures your app...