Harald Nordgren
Harald Nordgren
Yup, here it is: ```` ZSH_THEME=peepcode HYPHEN_INSENSITIVE="true" #export ZSH=/Users/harald/git-repos/oh-my-zsh export ZSH=/Users/harald/workspace/github/oh-my-zsh plugins=(git colored-man-pages history jsontools python docker-compose docker-machine) alias ls='ls -G' alias o='open .' function c { osascript -e 'tell...
Something is definitely up: ``` % PATH=$PATH Black Screen: command "$PATH" not found. ```
Hi @hongalex! My Honeycomb data stretches back for 2 months and the issue has been going on at least since then. At that point we were using `pubsub v1.36.2`, and...
@matthieu4294967296moineau Any updates here? It would be great to have this available! 🤗
@mchlp This is awesome! However, after trying it out now, I notice that unexported fields are still compared in some cases. This is with a Protobuf `date.Date` pointer nested inside...
Here is a proposed fix by me: https://github.com/stretchr/testify/pull/1379
@Geod24 Could you provide a minimal example reproducing this behavior?
Ping @boyan-soubachov @mchlp @feidtmb
Ping @boyan-soubachov This will improve the user experience for `TestEqualExportedValues`.
Ping @boyan-soubachov Currently the library is usable, but it gives this error when comparing Protobuf objects because you have to access the underlying pointer, otherwise the comparison is false: ```...