Mitchell Skaggs

Results 135 comments of Mitchell Skaggs

I solved https://github.com/openwrt/asu/issues/372 on my own, but I'm stuck with a bunch of lines like `WARNING in janitor: Couldn't download https://downloads.openwrt.org/snapshots/targets/mxs/generic/profiles.json` and `[2022-07-27 12:46:41,432] WARNING in janitor: Something weird about...

I've still got errors like ``` openwrt-asu-janitor-1 | [2022-07-30 13:48:03,294] WARNING in janitor: Something weird about Package: umbim openwrt-asu-janitor-1 | Version: 2015-07-04-29aaf43b-1 openwrt-asu-janitor-1 | Depends: libc, libubox, kmod-usb-net, kmod-usb-net-cdc-mbim, wwan...

Can it just check the existing `%PATH%` variable? Scoop (and others I'm sure) install binary shims so `chrome.exe` is just on the path. Scoop Chromium's path: ``` |> ~ >...

@patrickhulce A `hacktoberfest-accepted` label would be much appreciated if this seems like a good PR! 😉

@apple502j I think the most straightforward fix would be to mixin into `Schema2684` (the most recent block entity addition) and add all modded IDs there.

I can confirm this mixin enables 1.18 to load chunks with 1.17 Carpet-autoCraftingTable TileEntities: ```java @Mixin(Schema2684.class) public abstract class Schema2684Mixin { @Inject(at = @At("TAIL"), method = "registerBlockEntities", locals = LocalCapture.CAPTURE_FAILEXCEPTION)...

Here are all of the annotation APIs I know of: - [JetBrains Annotations](https://github.com/JetBrains/java-annotations) - [Maven](https://mvnrepository.com/artifact/org.jetbrains/annotations) - Supported by JetBrains IDEs by default - Includes several annotations for APIs (`Experimental`, `Internal`,...

The way I did it is _definitely_ super hacky, and could probably be done better. Some issues with it that I see currently: - It's purely client-side, which causes a...

> > > > It should be consistent over versions, mods, JVMs, anything that could differ between players on one server > > We had a look at the 1.15...

I agree, Mumo is definitely the "_correct_" way to do this. Personally though I just don't want to manage plugins on my Mumble server 😄. I'm also not keen on...