Emile

Results 4 issues of Emile

All providers live in their own package, but many types also contain the provider name. The result is code like this: ```go provider := messagebird.NewMessageBird(messagebird.MessageBirdConfig{ AccessKey: "YOUR_ACCESS_KEY", // ... })...

enhancement

In [`cmd/sachet/main.go`](https://github.com/messagebird/sachet/blob/master/cmd/sachet/main.go#L117.), the deprecated `prometheus.Handler()` is used. See: https://godoc.org/github.com/prometheus/client_golang/prometheus#Handler The docs suggest using `promhttp.Handler` instead, but that seems to behave slightly different from `prometheus.Handler`. Some related discussions in other repos:...

## Steps to reproduce: 1. Have a generated type with a nullable field (e.g. `MasterCardAction.CardId` is an `int?`) 2. Check if the field is null in generated code ## What...

enhancement
needs code regeneration
code style

## Steps to reproduce: 1. Read the source code ## What should happen: 1. Constants are named in PascalCase ## What happens: 1. Constants are named IN_ALL_CAPS. ## See also:...

enhancement
needs code regeneration
code style