Tessa Nordgren

Results 23 comments of Tessa Nordgren

the other option I'm thinking about is extending ProxyReader to just handle Seek calls like it handles Close calls, but always return an error if you call Seek() on something...

@joefitzgerald any chance of getting this merged? this and other bugs around automated package installs are making `go-plus` a real pain to use right now.

Well, for anyone else looking for a parsing library for Go, peg seems quite nice: https://github.com/pointlander/peg

@tj: ok, I think that works alright, how's this look to you?

https://github.com/apex/log/pull/84

working on using `logfmt` for output formatting, but ran into an upstream issue which I'll need to resolve (https://github.com/go-logfmt/logfmt/issues/9).

@utdrmac just waiting on a review and merge from @tj, just figured their life got busy because of The World. feel free to use my branch in the mean time...

it might be helpful if someone who knows can produce a guide on updating the bindings from the latest upstream, then anyone in the community who has time could work...

I was actually just trying to update this myself yesterday, ended up filing some bugs with `c-for-go` upstream. for some reason the current version replaces all `[u]int64` refs with `[u]int32`,...