A248 π΅πΈπͺπ
A248 π΅πΈπͺπ
May I ask you for some clarification on this? On September 28 over Discord you said you had discovered the reason for private IPs appearing and that you wouldn't need...
Based on the actual development of DazzleConf 2.0, we've kept the option to not attach defaults in-line. Thus, the "defaults from a resource file" approach is still legitimate, although with...
Users could implement their own migration matchers that check for things like config version. Or that simply try to load the config itself. Migrations: ```java Configuration migrateFrom1; Configuration migrateFrom2; Configuration...
This happens because ChatFeelings didn't relocate one of their libraries. I sent them a pull request to fix the issue. https://github.com/zachduda/ChatFeelings/pull/69
I'm closing this since it's fixed in the ChatFeelings source code.
Pyr on Discord: 12:11 AM]Pyr: i think agent default values should only be a secondary default provider because it counter intuitively removes control from the developer using the library at...
**Optional handling** Optionals are built in to the current API model. This means they have a hard dependency on `java.util.Optional`, and it also means that other optional types cannot be...
Just a note regarding Paper, Velocity, and plugin inter-compatibility. That plugins are highly encouraged to use hardcoded priorities, like `@Listener(priority = EventPriority.NORMAL)`, is the major reason for conflicts between them....
If you want to refresh connections more frequently than a minute, wouldn't that negate most benefits of using a connection pool anyway?
Closing for the reason described. Feel free to reopen if wanted.