A248 πŸ‡΅πŸ‡ΈπŸ‡ͺπŸ‡­

Results 91 issues of 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...

enhancement

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...

enhancement

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,...

bug

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....

Stale

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...

enhancement
good first issue

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...

enhancement