Stephan
Stephan
For example if one description is used, then use a specific player hover message.
Some initial work is in https://github.com/msm8916-mainline/lk2nd/tree/docs Temporary documentation of some fs-boot stuff: - ext2 boot partition on eMMC `system`/`userdata`/`cache` (sub-partitions like pmOS possible) - lk2nd loads `/boot/boot.img*` (perhaps just `/boot/boot.img`...
Plugins can define dependencies on other plugins using a simple string with a list of plugins to load before or after, and whether they're required for the plugin to run....
[Using MCP in Plugins](https://docs.spongepowered.org/stable/en/plugin/internals/mcp-setup.html) should be extended with a section that explains how to make it work together with a Shadow JAR. By default, ForgeGradle will only re-obfuscate the default...
[event-impl-gen](https://github.com/SpongePowered/event-impl-gen) can be used to automatically generate event implementations from event interfaces at compile time. That saves plugin developers from the boilerplate code to implement all the event properties, all...
TerminalConsoleAppender was never meant to be Minecraft-specific. It works just fine for other uses as well. The only Minecraft-specific code that it contains is the `MinecraftFormattingConverter` that is used to...
The internal microphones are powered on even when recording only from the HeadsetMic (AMIC2). I suspect this happens because there is not any DAPM switch to enable it, so the...
This happens because `qcom_smd-regulator` cannot detect if a regulator is actually enabled. So it pretends that all of them are disabled at boot, and keeps them as-is. It might be...
Just a reminder for myself, might get a proper description soon :)