Thunderforge
Thunderforge
When running `gradlew dependencyUpdates -Drevision=release`, SLF4J API milestones are included (e.g. [2.0.0-alpha2](https://mvnrepository.com/artifact/org.slf4j/slf4j-api/2.0.0-alpha2)). According to [this section of the docs](https://github.com/ben-manes/gradle-versions-plugin#revisions), this should only be shown when `-Drevision=milestone`. ## Expected Behavior *...
The [User Guide](https://github.com/OpenEmu/OpenEmu/wiki/User-guide) does not describe the "Homebrew" feature, allowing for in-app downloading homebrew games made freely available by their creators. This is an important feature, both because it allows...
Sound isn't working in the 0.6.0 release of OpenTESArena. It should be fairly easy to get WildMidi set up with that.
In vanilla, the race descriptions appear like this: However in OpenTESArena, it appears like this:  You'll notice that there is a lot more whitespace in the second picture...
OpenTESArena writes warning messages, error reports, and other information to the console via the `Debug` class. This has several major downsides: - Console output is not visible when running as...
Since 2014, core Spring Data JPA [has supported](https://github.com/spring-projects/spring-data-jpa/issues/859) `deleteBy`/`removeBy` in queries, just like `findBy` queries. However, Spring Data Redis does not support this, instead throwing ``` java.lang.UnsupportedOperationException: Query method not...
The documentation, specifically the "[Use It](https://mdsvex.com/docs#use-it)" section, does not include instructions for use with [SvelteKit](https://kit.svelte.dev), which is the primary way to build apps. These instructions should explain how to set...
In CMake, you can use [`find_package()`](https://cmake.org/cmake/help/latest/command/find_package.html), which inputs the name of a native library, and searches for the library on your system in a number of locations. It is platform...
I would like to have the ability to double-click on a formula in the list to install it (if it is not installed) or uninstall it (if it is installed)....
This change only affects the [compatibility page](https://www.scummvm.org/compatibility/DEV/). Future PRs will address other aspects of the website. Previously we could have a name collision, as with `qfq1`. Now we can have...