TheKodeToad

Results 412 comments of TheKodeToad

> This is specific to SVGs, and the behavior makes sense for raster images such as PNGs and JPEGs Not really, pretty sure they're meant to be interpolated - if...

> Please always use braces for conditional or loop blocks. unless you putting them on one line like since this hasn't been fully addressed - FWIW nobody ever told me...

I don't know why non alphanumeric characters would be an issue but exclaimation marks does make a lot of sense as it's used for files inside ZIPs iirc i.e. a_zip.zip!/readme.txt

Tooltips are handy, I'm not sure I want to remove them entirely

Ideally we'd fix this properly. As a compromise, I'm not sure which is better, no tooltips at all or tooltips which are a bit janky I suppose we should avoid...

We're most likely never going to *officially* support platforms Minecraft doesn't

Well, on second thoughts we do provide enhanced support for Apple ARM. And I suppose we do have build instructions for OpenBSD Though AFAIK all packages for other operating systems...

It's beacuse we always force it to english and put it last meaning it takes precidence: https://github.com/PrismLauncher/PrismLauncher/blob/877b824c3b830f914db885cfc80f0be259570e0d/launcher/minecraft/MinecraftInstance.cpp#L610 we most certainly should not do this, even just allowing it to be...

> pretty sure this is a leftover from when multimc was parsing logs in the local encoding There's also an issue with mixins on older mods if the user is...