ferhat elmas

Results 38 comments of ferhat elmas

I think footer would be a better fit. 1. Going between question and answer is easy by changing anchor (vs. separate page) 2. Unless clicked, it doesn't bring unnecessary attention...

@nchetan awesome, idea is to drop dependency and implement the existing functionality with standard library (`reflect`) directly. Go ahead!

@nchetan I will add one today: https://github.com/GetStream/stream-go2/issues/92 In the meantime, were you able to make any progress?

@nchetan Yes, it's not a priority. However, we can work on it slowly in that direction. Regarding play links, they are fine for a quick show but a PR would...

@lukef even if error is clear, SDK definitely should help more here.

@lukef It's clear, not convenient in this flow. Your suggestion sounds reasonable at first but we already have a partial update and it's in that direction so if a client...

For example, client has an error in `Do`, the caller of `Do` just returns the error but it could do `Wrap` or `WithMessage` to signal where that error had happened....

Yes, it's a good idea but I'm not sure about the target go versions. Above packages would work in old versions but `%w` directive requires 1.13 and above. Also, I...

fixed by #142, thanks @groyoh

This is missing from cloud client even if client has it. Will be added.