Kevin Burke
Kevin Burke
@ChrisHines sorry - it's complaining that this leads to an invalid key: ``` r := Record{ Time: time.Now(), Lvl: LvlInfo, Msg: "test message", Ctx: []interface{}{}, } logfmt := LogfmtFormat() for...
Er, never mind, it's complaining because the key is the empty string: ``` encoding []interface {}{"", time.Time{sec:63602209626, nsec:716296270, loc:(*time.Location)(0x2c1460)}, "", 3, "", "test message"} panic: invalid key ```
The other thing I think the old way supported was putting ANSI escape sequences in. I suppose we can hide the `go-logfmt/logfmt` call in one side of this conditional: ```...
Thanks for this and sorry for the delay. Instead of this can you just define a constant in each file - "\n" for Unix, "\r\n" for Windows - and then...
Also can you rebase against master or merge in master, and squash your commits down to one commit?
Ugh, I just spent two hours trying to debug this :( I wasn't searching for the right terms... I was searching for kqueue sends multiple events, kqueue atime, etc. For...
I didn't know Spotlight was responsible until the very end, I just saw multiple CHMOD events firing for the same file. I figured "go install" (another step in the build...
(I started reading the code and adding print statements right away, then I searched Github issues for "kqueue", I didn't bother to check the README)
This company sold all its assets to a third party and this repo doesn’t have a LICENSE on it, through an oversight on my part. These changes won’t get merged....
Yes, "wp import" invokes this plugin. I'm not sure exactly of the mechanism, but if I add print statements to the source code for this plugin, and then run "wp...