Emmanuel T Odeke

Results 276 comments of Emmanuel T Odeke

Or any variant of args for standard output , --stdout. Nice utility btw!

Gentle ping, how's it going?

Thank you @zramsay! Paging the rest of the crew @adrianbrink @ebuchman @ethanfrey. @zramsay in regards to your proposition ``` IMO we should have the version/version.go used by a package and...

```diff diff --git a/reflect_test.go b/reflect_test.go index e4d9edd..fa71562 100644 --- a/reflect_test.go +++ b/reflect_test.go @@ -221,6 +221,29 @@ type Concrete3 [4]byte func (_ Concrete3) AssertInterface1() {} +type interfaceFields struct { + F1...

Hello @Liamsi! Thank you taking this on. So the line numbers seem to have changed by -1, so the line that @jaekwon talked about is https://github.com/tendermint/go-amino/blob/6cdaa2fd6f2c8b1495bf329571dfd2075460c049/decoder.go#L272

And with the goal of reusing and not reinventing the wheel it: ```go bz = bytes.TrimPrefix(bz, []byte{0x00}) ```

PS: I encountered this while testing https://github.com/tendermint/tendermint/blob/49653d3e31e34a5da83e16e9ffdcd95a68acd9be/types/heartbeat.go#L24-L30

@zramsay I doubt this issue is fixed.

Dup of https://github.com/istio/auth/issues/155