Mitchell Skaggs

Results 65 issues of Mitchell Skaggs

I have a legacy config in TOML that I need to load using Fiber and I don't want to shadow a whole TOML serde just for a single mod. I...

My workflow is as follows: 1. Start with branches `release/xyz` and `develop`. 2. Branch off of `develop` to `feature/xyz`. 3. Complete development of the feature, merge `feature/xyz` into `develop`. 4....

Requirements for tasks to support configuration caching: https://docs.gradle.org/8.1.1/userguide/configuration_cache.html#config_cache:requirements Errors logged: ``` FAILURE: Build failed with an exception. * What went wrong: Configuration cache problems found in this build. 2 problems...

With clouds (130-140fps): ![2021-08-25_00 02 27](https://user-images.githubusercontent.com/9124288/130729792-c86c88ce-8c9b-4a55-bacc-1e09c43092c9.png) Without clouds (160-170fps): ![2021-08-25_00 02 03](https://user-images.githubusercontent.com/9124288/130729812-db97cf3b-695e-4a8c-9cda-8bf85b74ff43.png) I use a 165hz monitor, so I did actually notice this without checking F3 😆 I see you...

enhancement

A user of a mod I develop reported an issue with CrossTalk that did not manifest in Mumble using the Link plugin. I looked around and did some debugging and...