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

Results 91 issues of A248 πŸ‡΅πŸ‡ΈπŸ‡ͺπŸ‡­

Suppose I have a large codebase using j4rs, with calls to jvm::invoke_async. I don't want to audit every single call site to ensure the returned future is `CompletableFuture`. You should...

New feature

### Is your feature request related to a problem? Due to its special status, "BungeeCord" will never appear in `Player#getListeningPluginChannels`. This is not mentioned in the javadoc, however, nor in...

good first issue
type: documentation

### Affected Product(s) SpongeVanilla ### Version spongevanilla-1.16.5-8.1.0-RC1175 ### Operating System Linux ### Java Version 17.0.8.1 ### Plugins/Mods ```shell LibertyBans 1.1.0-SNAPSHOT, LuckPerms-Sponge 5.4.55. ``` ### Describe the bug I'm using the...

type: bug
status: needs triage

### Major SpongeAPI version 9 ### Is this likely to be a breaking change? No ### What are you requesting? There are good reasons plugins may want to cancel the...

status: needs triage

I am simply curious regarding why the locks in this library don't implement lock poisoning like those in the standard library. I'm using `RwLock` whose `read` and `write` locking methods...

Coming up on the 3-year anniversary of the stale BungeeCord PR https://github.com/SpigotMC/BungeeCord/pull/2945, I decided to re-implement the solutions with some enhancements and PR them to Waterfall instead. Compared to the...

I have a dependent configuration library which supports multiple configuration formats depending on the caller's choice. Toml has been requested a few times, but I still need the ability to...

enhancement
help wanted
feature request

**Describe the bug** LimboAuth relocates *most* of the libraries it uses (see [build.gradle](https://github.com/Elytrium/LimboAuth/blob/9b173fcef380c68d2f4ae1865fd40e3b4fff3081/build.gradle#L107-L120)). However, JDBC drivers in the [DatabaseLibrary](https://github.com/Elytrium/LimboAuth/blob/9b173fcef380c68d2f4ae1865fd40e3b4fff3081/src/main/java/net/elytrium/limboauth/dependencies/DatabaseLibrary.java#L36) enum are **not** relocated when they are downloaded. The driver classes...

bug

According to Rush on Discord, this character is a legacy identifier for AdvancedBan's console sender.

improvement
bug

DazzleConf 1.x's main limitation is a lack of dynamism with respect to config interfaces. Migration of previous config versions is unsupported, which blocks LibertyBans from features we might want to...

improvement