embeddedt
embeddedt
As far as I know the tests are more like coverage/unit tests where they check that certain behavior happens. LVGL runs in a headless application within the CI runner and...
> Discord server (or any other real-time comms application)? I am definitely in. I have suggested this to @kisvegabor earlier. We typically prefer to use communication mediums that can be...
> As far as I remember - it's possible to define a custom output name now. Based on the code, it does not appear that it is currently possible to...
This sounds related to https://bugs.mojang.com/browse/MC-98153 (despite that bug being marked as fixed).
Any updates here? Was this ever fixed/reviewed?
@gabizou If there isn't time to address this issue at the moment, perhaps the commit should be reverted as @PolyacovYury suggested? I think partially inaccurate armor calculations are better than...
At the moment, I am just sticking with my older version of Sponge which doesn't have the commit included. The 1.12 modding scene as a whole seems to be wrapping...
I suspect it's because the 1.14/15/16 development scene has been highly active since 2020, with a lot of classic mods finally being ported forward. Nonetheless, 1.12 is still the more...
+1. I would like to use Spark to profile the integrated server startup (i.e. before I can enter a command) and this would be very useful.
I ended up working around it for now by adding `order=0` as one of the parameters to the `create` command, and then reordering the models afterward. Unfortunately, it seems that...