Bernhard Danecker
Bernhard Danecker
I am not sure if it should be treated/interpreted as a conversion. mostly you simply want do pass a value in dp to a method which takes pixels. so `9.toDp()`...
Any problems when calling it `setTextSize`? Purpose should probably be clear by parameters.
@jaredsburrows you are referencing it with float argument, the proposal is with int, so it shouldn't be a problem
the same problem here but it only occurs in chrome and safari, works perfect in firefox and opera
Yeah you are right, there seems to be a problem with the classloader too, will have to investigate a bit further as my first approach at least worked once...
have you tried ``` -keepclassmembers class .** { @com.j256.ormlite.field.DatabaseField ; @com.j256.ormlite.field.ForeignCollectionField ; } ```
Just stumbled around an additional mustache template `>beanValidation` where `required` and `isNullable` are also mixed up.
@welshm Interesting approach, I didn't see it this way so far but I understand the idea. Probably this would be a somehow working approach, the problem is, that it is...
Usage of `openApiNullable` is absolutely fine, and is set to `true` by default anyway. The issue is, that `@NotNul` is bound to `required`, and `JsonNullable` is bound to `nullable` **only**....
I absolutely agree that it is primarily relevant in a PATCH request where one can define, it is important to know if the value was passed or not. But you...