Moncef Belyamani
Moncef Belyamani
Great! Will do!
Can you please document what needs to go in the `.mockery.yaml` file? I couldn't find any examples. I've been trying to set `disable-version-string` but it's still adding the version number...
I think it might be because we are using `go generate`. Is there a recommended way to specify the `disable-version-string` flag via an ENV var? I tried all of these...
That sounds right. Thanks for thinking this through with me!
It's not working for me in Mojave.
I originally thought that xzcat was installed by Homebrew because when I do `which xzcat`, it shows me `/usr/local/bin/xzcat` on Intel Macs and `/opt/homebrew/bin/xzcat` on Apple Silicon Macs. However, it...
OK, I found the issue. The reason why `xzcat` was available on my other machines, but not the Big Sur one is because I had somehow installed `xz` with Homebrew,...
Yeah, the macOS images from GitHub don't simulate a brand new Mac. They already come with a bunch of stuff installed on them, so this type of bug won't be...
@postmodern Yes, please. That seems like a great solution.
Thanks! It doesn't look like Homebrew automatically synchronizes. When I run `brew info ruby-install`, I still see version 0.8.4 and it doesn't list any dependencies. I've never released anything on...