Bogdan Drutu

Results 550 comments of Bogdan Drutu

@kotewar unfortunately that discussion completely ignores this use case :)

> This is meant to hold information related to anything the component would like to communicate upstream. Right now we're starting with HTTP and gRPC status codes, but we would...

>Enum: We could do a list of enums, e.g. [IS_RETRYABLE, IS_GRPC], then expose this with a method like Types() []Type. Since an error can contain multiple error types this would...

Needs a rebase

@jkwatson I think this should be clarified in the specification because we want to have a consistent behavior across libraries

If we apply the w3c rules then we need to trim the keys always, for example " too" should overwrite "too". I want to clarify in the specs that we...

@boyan-soubachov I think having a small extensibility to `Equal` like what cmp-go does, would make a lot of sense: ```golang func Diff(x, y interface{}, opts ...Option) string type Option interface...

Added @carlosalberto to the assignees since he promised to add it back :)