Jae Kwon

Results 194 comments of Jae Kwon

I can't use With* to wrap the cause because it needs to be wrapped by sdkError, but I can do the former of having two errors, one that embeds the...

Related proposed solution: https://github.com/pkg/errors/issues/144

@spenczar I think a better solution is to implement #144 (no recursive wrapping in general) and to use something like `errors.MaybeUnwrap(err error) error` (proposed) in lieu of `errors.Cause()`. The ultimate...

The loggers I've seen at the Golang projects wiki (https://code.google.com/p/go-wiki/wiki/Projects) support Trace. I don't understand why Glog has log severity AND verbosity level. For me, the point of log severity...

Did you compile with build tag +gcc? Looks like leveldb may be using goleveldb since it didn't find cleveldb? (Just guessing based on number similarity between goleveldb and leveldb metrics)

Thank you for the comments! I will look over these.

I did, thank you! Take a look at the README now.

Also, it may help to also include thin (non-reflection-based, but `o.(interface)` direct Go based) optimization in the top-level amino.go files. But we should only add lines of code here for...