pdalfarr
pdalfarr
Hi @timonback , I did some tests and, starting with your test, I could only reproduce the "date format" issue reported by https://studio.asyncapi.com/ i.e. generated asyncapi.yaml contains: localDate: 2015-07-20 and...
Thanks for your suggestion. Some tests I made to try to obtain `debut: "2024-04-18"` in yaml: 1. Adding `2024-04-18` in Java: @Schema(example = "2024-04-18") private LocalDate debut; leads to this...
FYI, I think I have a better understanding of the cause regarding enums being between `' " ... " '` . 1. Let's consider this enum: ``` @Getter @RequiredArgsConstructor public...
Great news, thanks! Regarding the "enum issue", do you need additional info from my side? Do you foresee a bug fix? or maybe it's up to another project (asyncapi project?)...
Thanks a lot for your reply. I'll see what I can do on my side in the meantime. Maybe I'll be able to dynamically change 'format': 'email' to something like...
Hi, Maybe I did a mistake on my side... I just changed my Java backend code from @NotNull @Email private String email; to @NotNull @Email(regexp = "^[a-zA-Z0-9_!#$%&'*+/=?`{|}~^.-]+@[a-zA-Z0-9.-]+$") private String email;...
I just stumbled upon this PR https://github.com/facebook/fresco/pull/2594 which will likely fix this bug. Great! I hope this PR will be accepted soon ;-)
Thanks for this great software! Any update on album gain?
Maybe this could help https://github.com/appsfactorygmbh/flutter-l2cap ?
Yep. Keep focusing on the main goal of your project seems better indeed 😉