Compacted Install #26
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
While I haven't worked with GitHub Actions myself, would it be practical (I'm sure it's possible, but the feasibility and added support work I do not know) to have a script set up to automatically minify and compress Opus? I know that would make it harder to modify in-game, but every byte helps, especially if I actually set up Milo to handle every recipe in a pack like Enigmatica 2: Expert. Ideally, both versions would still be available based on user interest (the minified code should, in theory, be functionally the same), similarly to libraries like jQuery having the regular and
-minversions available.That does sound like a good idea. Also, there are some other options currently available:
Note that both of these are still somewhat experimental (but I have not seen any negatives so far).
Yeah, I've started using the lzwfs package; I think that it was part of what brought about this suggestion, actually.