Patrick Hahn

Results 8 issues of Patrick Hahn

# Observed behavior When generating mocks for an interface like this ```go package test //go:generate mockery --name Test type Test interface { Test(_ int) } ``` the generated code looks...

Changes: - remove check that forbids LMTP over TCP - introduce Network config option, to choose between TCP and unix sockets - add a warning to the documentation that LMTP...

When loading an OpenAPI 2 spec that is using discriminator in models, then the spec parsing fails with `failed to unmarshal property "definitions" (*map[string]*openapi3.SchemaRef): failed to unmarshal property "discriminator" (*openapi3.Discriminator):...

I want to have my API credentials for my provider in a secret, as the comment above the structure suggests. However, the test will then fail, because the secret is...

Wäre es möglich, die enstehende JAR-Datei in ein Maven-Repository zu deployen? Über dieses Repository könnten dann andere Projekte die JAR-Dateien als Bibliothek verwenden und auf Assembler aufbauen. Mein Anwendungsfall wäre...

### Is your feature request related to a problem? Please describe. Currently, the golangci-lint config is a bit barebone. The Schwarz IT now has a standard linting config that should...

proposal
proposal-accepted

Hello, our Hungarian users were complaining about the transliteration rules that are implemented in the library here. I wasn't able to find any official resources on the topic, but [this...

### Is your feature request related to a problem? Please describe. The template currently uses the tools.go pattern. Go now introduced native support for that with Go 1.24. We should...

proposal
proposal-accepted