Lukas Tenbrink
Lukas Tenbrink
No plans to update. Someone might adopt it yet though.
Yes, there is no plan to update to 1.16.
Update: I fixed some memory management and whitespace issues. Anyone looking to copy this code should note that in the current release, `AVMonoLoader's` `.disconnect` statements will cause a crash and...
Hi @rahul140490, this merge request merely adds a file loader that uses `AVFoundation` for IO. You'd be able to use Essentia in your iOS project even without it (using `ffmpeg`...
@dbogdanov Correct, I did not use Waf to build the project. Basically, I wrote the files for my own project (where they run fine) and figured these could be a...
I ran across this issue as well, generating an SVG file with the same warnings. Should an issue be opened at LuaTex?
Hiya, sorry for not getting back to you. I didn't read any Issues for this mod in quite a while. I hope everything went well with publishing the book!
I was recently able to build dash into a standalone using a combination of [pywebview](https://pywebview.flowrl.com/) and [Nuitka](https://nuitka.net/). Dash / Flask create a server, pywebview accesses it, and nuitka creates a...
I recommend using either custom biomes that won't induce structure generation, or the [dimension dictionary](https://github.com/Ivorforce/RecurrentComplex/blob/master/src/main/java/ivorius/reccomplex/dimensions/DimensionDictionary.java) to register as a non-overworld biome. This was intended as a [pull to Forge](https://github.com/MinecraftForge/MinecraftForge/pull/1671), but...
@XCompWiz I'd have hoped it would be easy enough to read from my intercomm handler itself but here you go. I should maybe make a dummy class for this kind...