J. Fronny

Results 17 comments of J. Fronny

I have experienced similar behavior when hiding membership events in a room containing very few messages followed by a lot of membership events: When attempting to view the room, the...

I have attempted to implement something like this using the External Configuration API, but it seems that woodpecker fails to find pipelines using custom syntax, which my service is supposed...

Since this issue is still open: [two](https://www.curseforge.com/minecraft/texture-packs/defaultex) [packs](https://www.curseforge.com/minecraft/texture-packs/gui-retextures) meeting the 100k downloads criteria seem to have adopted optional respackopts configurations now, and several other [smaller packs](https://jfmods.gitlab.io/respackopts/#packs-using-respackopts) have used it as...

> Okay, I believe you The reason I added the FYI was so that you could verify that claim. Those packs include the relevant files. > 1.19+ versions are "highly...

Some work has already gone into decoupling libjf-unsafe from the loader internals for stability. However, data-manipulation (the backend of respackopts) is dependent on functionality which is impossible to implement without...

Forgive me if I read this wrong, but wouldn't it make more sense to not disable the button but hide it on newer versions and hide fabric on older ones?...

Since SyncYomi is a separate server that needs to be run anyway, wouldn't it make sense to just implement the server-side part of Tachi sync in the Suwayomi server so...

``` [11:35:24] [main/WARN]: Failed to load datapacks, can't proceed with server load java.util.concurrent.ExecutionException: java.lang.UnsupportedOperationException at java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:357) ~[?:1.8.0_252] at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1908) ~[?:1.8.0_252] at net.minecraft.class_310.method_29604(class_310.java:1905) ~[intermediary-minecraft-1.16.1-client.jar:?] at net.minecraft.class_310.method_29610(class_310.java:1754) ~[intermediary-minecraft-1.16.1-client.jar:?] at net.minecraft.class_310.method_29607(class_310.java:1702) ~[intermediary-minecraft-1.16.1-client.jar:?] at...

> An alternative to getting the app added to fdroid main repo is [...] hosting your own fdroid repo I host downloads for the app on my [GitLab-based F-Droid repo](https://jfronny.gitlab.io/fdroid/repo?fingerprint=937AD37D4C667BC0FFD48C4B26B35141BC3683EA0282B005B89CBB703AE3A587)...

Something like [JvmDowngrader](https://github.com/unimined/JvmDowngrader) might also be an option if usage of newer Java language features or APIs is the only issue.