A248 π΅πΈπͺπ
A248 π΅πΈπͺπ
By supporting the traits from `futures`, library users who use async-std (and a few other runtimes that use traits from `futures`) wouldn't need to pull in Tokio's competing set of...
* ~~Remove unused imports~~ * ~~Remove remaining reliance on NESSAnticheat.getInstance()~~ * ~~Deprecated and replace calls to ReflectionUtility with better practices including caching Field and Method instances.~~ * Do much, much...
Per the slf4j docs: > j.u.l. to SLF4J translation can seriously increase the cost of disabled logging statements (60 fold or 6000%) and measurably impact the performance of enabled log...
In the pre-existing Velocity API, canceling a chat event prevents it from being sent to the backend servers. Chat canceled on the proxy is therefore invisible to Bukkit plugins. However,...
Adds a test to check for the `DE_COMPLETABLE_FUTURE` rule. The test will fail, of course, because such rule doesn't yet exist. See #950 for the reasoning behind this proposed rule....
Currently, MorePaperLib checks for the presence of a certain Folia API class to determine whether Folia is being used. This can break if another plugin has shaded the entire Folia...
The draft API for controlling comment refresh feels a little bit clunky. We should define an interface like `CommentRefresh` and return it from SerializeOutput, similar to KeyMapper. For example: ```java...
* [ ] XML is the only backend format I'm aware of that distinguishes between elements and attributes. We can support setting attributes by adding a flag on `DataEntry`, along...