Matt Sturgeon

Results 136 issues of Matt Sturgeon

#### Request This topic was [brought up](https://crowdin.com/project/freecam/discussions/2) in Crowdin discussions by [Әлмәт Ак Арыслан Әлмәт Ак Арыслан](https://crowdin.com/profile/19082004amir). > Hello! I think it would be nice to have a Possibility to...

enhancement
i18n

Currently we set the mod version in `gradle.properties` and bump this value before doing a new release. It may be useful to generate it instead, potentially reducing release friction and...

dev

We should add a GitHub Actions Workflow that automatically published to GH Releases as well as CurseForge & Modrinth. The motivation for this is to reduce developer friction when releasing,...

dev

When dealing with dependencies, we often need to specify version ranges. - fabric uses semver version ranges, such as `>=1.20.0` - forge uses maven version ranges, such as `[1.20,)` -...

enhancement
dev

Minecraft is a bit of a pain for unit tests, you can't easily pluck out a single class without first initializing the rest of the game. That said, starting to...

enhancement

# Goto GUI _(Originally "Jump" GUI, now renamed to "Goto". Open to other suggestions.)_ This feature allows the user to view a list of useful _targets_ (currently players within render...

enhancement

### Background & motivation I'm creating this issue to track & discuss a move away from AutoConfig. AutoConfig is convenient for simple configuration because you can declare your config, add...

enhancement

**Is your feature request related to a problem? Please describe.** If choices are kinda complex or verbose, I may wish to provide a display name instead just the raw value....

I noticed `make install` wasn't working for me. Turned out the `install` command wasn't creating the target directories `$(PREFIX)/bin/` and `$(HOME)/.config/systemd/user/` because the `-D` flag wasn't used. - Use [`install`'s...

I was confused for a while when first using this plugin because I was typing `C-b` (prefix) and expecting which-key to appear after a short delay, similar to which-key.nvim. Eventually...

enhancement