Mitchell Skaggs

Results 65 issues of Mitchell Skaggs

The hard-coded path `/usr/bin/xdg-open` may not exist (such as when using NixOS), causing the "open containing folder" action to silently fail. This should simply use the appropriate `$PATH` entry (as...

bug

I'm trying to debug Minecraft using software rendering, but using the latest release `22.3.1-mingw` (and `msvc`) causes `javaw.exe` to fail to launch, with the error "The procedure entry point `__CxxFrameHandler4`...

I'm trying to add grass-like connectivity to a block with an animated top face, but the entire animation texture is stretched onto the face instead of animating properly: ![2022-11-05_16 19...

Just thought you would like to know, your code was featured on the "Hacksmith Industries" YouTube channel where they designed a scaled-up version of a hexapod: ## Our BIGGEST project...

When parsing RSS feeds, I run into an issue with the `itunes` namespace. I have a root with two elements: `author` and `itunes:author`, and I am unable to correctly parse...

The FastMath utility often gives better performance than Java's standard Math class. These are the results of a benchmark on my PC of StrictMath, FastMath, and Math. ``` Name StrictMath...

enhancement

The existing system needs to be expanded to include all mods on macOS. See #31, #41

bug

The client should be able to send dimension switching URIs by itself if the server doesn't send them. This would require per-client setup instead of a centralized server setup, but...

enhancement

It could replace `{0}:password` with the user's in-game name or UUID This would probably include separating the `userinfo` component into a separate config entry to keep things clean.

enhancement