James Phillpotts
James Phillpotts
### Summary The formula for jwt-cli in brew installs the macos version even when using [linuxbrew](https://docs.brew.sh/Homebrew-on-Linux). Using the install from source option also does not appear to work. ### Steps...
This PR describes an issue with type generation when the `x-go-type-name` is used. The assigned type name is correctly used on the `MyTestRequest` but types for the enum type and...
We maintain a large golang project with thousands of golang files across hundred of packages and have been using mockery v2 for many years, and it has been great. We...