ljacqu

Results 95 comments of ljacqu

Relates to https://github.com/AuthMe/AuthMeReloaded/issues/1426

This is probably the best solution since YAML sequences can look a bit weird without a property. In ConfigMe 2.0, arrays or lists of a bean property type will become...

Oh, I was on vacation when this came in and I wanted to comment on it: I'm thinking a combination of [Pattern#escape](https://docs.oracle.com/javase/7/docs/api/java/util/regex/Pattern.html#quote(java.lang.String)) and just having `*` function as wildcard would...

Relates to and basically duplicates #163 (although not completely apparent)

Many years ago, I had the same idea in #14 and ultimately felt it was too broad for the benefits: - I think properties with a defined value range can...

This is interesting: https://github.com/google/guava/blob/master/guava/src/com/google/common/base/ElementTypesAreNonnullByDefault.java

#450 Jetbrains annotations in 26.0.0: > Added new experimental annotation: `@NotNullByDefault`

Thanks for the detailed error description! Being able to run the project was really insightful. I get the same behavior even if I leave in the leader name—the problem is...

> The truth is that despite ConfigMe being far from perfect for me, especially in Kotlin, I tried so many different config libs that did worse that I think contributing...