Nick Galbreath

Results 76 comments of Nick Galbreath

ahh found where you use `Fielder` // WithError returns a new entry with the "error" set to `err`. // // The given error may implement .Fielder, if it does the...

Oh I see.. needs some casts back to `Entry` for tests. Not changes needed to regular code. weird I didn't see this before. on it.

Oh I see the problem... never sure how to solve this in golang + github. My branch uses: ``` import( ... "github.com/apex/log" ``` instead of my fork, so I don't...

this happens in the case of bad key, and/or bad access/policy configuration.

the "fix" is actually making a nice error message so it's easier to know what bucket you are reading / writing to that is causing the problem. The S3 billing?...

Hi guys, thanks for your answer. Ideally what I'm looking for is "PhpStorm analysis", but done via command line so it can go into a automated CI system. That's probably...

oh nice, yeah that will work. thanks and closing!