Jannis Mattheis
Jannis Mattheis
Cannot reproduce: ```bash $ cat input.go package test // goverter:converter type Converter interface { // goverter:ignore XXX_NoUnkeyedLiteral XXX_unrecognized XXX_sizecache Convert(source Account) QueryResponse_Account } type Account struct { ID uint64 `json:"id,omitempty"`...
You cannot use ignore on array, define it directly on the struct convert method ```go // goverter:converter type Converter interface { // goverter:ignore XXX_NoUnkeyedLiteral // goverter:ignore XXX_unrecognized // goverter:ignore XXX_sizecache...
I'll add better error messages for this.
Yes, I think currently gtk4 isn't supported by the theme generator oomox I guess for the rest of the theme. So I don't really know how to add it (:.
The message already contains an application id, that's all what we need to create a temporary notification channel for this application if it is not yet exist. The NotificationChannel should've...
Yeah, we can probably move the creation of channels into the MessageActivity to prevent multiple calls for obtaining the applications.
Nice catch! OkHttp, a library for making http requests actually uses ISO 8859-1 as default charset for encoding the authorization basic auth header. ([okhttp Credentials source](https://github.com/square/okhttp/blob/6901b9c1d37106993c73362d940b1dfc88d9d732/okhttp/src/main/kotlin/okhttp3/Credentials.kt#L25-L33)). This charset doesn't include...
Hey @steneor thanks for your feedback! We could add 'vibrations amount' as an `extras` property (gotify/server#120). It could be under the namespace `android::notification::vibration::amount`. Issue requires #50
@eternal-flame-AD Yeah seems good 👍. However I don't like that there is `pattern.pattern`, maybe there is a better naming for it (:.
Yup, thats better.