Mitchell Skaggs

Results 65 issues of Mitchell Skaggs

You should state somewhere that `com.github.dcendents:android-maven-gradle-plugin:2.0` requires `com.android.tools.build:gradle:3.+`. I had to track down this error: ``` * What went wrong: A problem occurred evaluating project ':library'. > Failed to apply...

Besides being able to _read_ TOML files, it would be really useful to be able to write them as well. Exposing something similar to Jackson/Gson/Hjson/Jankson's type hierarchy (`JsonElement`, `JsonObject`, `JsonPrimitive`)...

good first issue
feature request

I found this TeamSpeak issue with the `context` field here: https://github.com/magneticflux-/fabric-mumblelink-mod/issues/79 Remember to include this change for Minecraft 1.19 and later instead of sending an empty `context`: https://github.com/magneticflux-/fabric-mumblelink-mod/commit/540d29a3350fffd5fd20a5711ff514aae34369d2

I recently realized (https://github.com/magneticflux-/fabric-mumblelink-mod/issues/80) that the Forge and Fabric mods have different methods of converting coordinate system handedness. Both methods _work_, it's just that they result in different left-hand coordinate...

bug

Closes #53 I'm currently testing this on my own deployment to see how well it works.

Very good, modern compression algorithm: https://engineering.fb.com/2016/08/31/core-data/smaller-and-faster-data-compression-with-zstandard/ X-axis: compression speed Y-axis: compression ratio ![image](https://user-images.githubusercontent.com/9124288/174681912-10e62c09-d3db-4e01-8635-c7783e596893.png) This also opens up an opportunity to ship a pre-compiled dictionary for Minecraft-level-specific optimization.

Feature Request
Wip

Closes #100

### Minecraft Version 1.19.2 ### BYG Version 2.0.0.8 ### Terrablender Version 4.1.1 ### Mod Loader Quilt ### Mod Loader Version 0.17.3 ### Bug Severity Major ### What happened? ``` [22:55:39]...

Bug
1.19
Quilt

Details in the Informed Load repo here: https://github.com/voidpointerdev/Informed-Load/issues/12

I have a low-power device that doesn't have enough RAM or CPU to build a full index, so I tried to run `nix-index` inside a derivation like so: ```nix pkgs.runCommand...