Xander

Results 42 comments of Xander

To add to this, it should probably be noted in documentation at least that OAuth by itself is auth*orisation* and not auth*entication*. In other words it is the keys to...

> Except fixing it in forge gradle may break some forge patches. Patches are applied before the GL (and other) fixes are applied. See https://github.com/MinecraftForge/ForgeGradle/blob/FG_2.3/src/main/java/net/minecraftforge/gradle/tasks/PostDecompileTask.java#L122 It should be fixed on...

As far as I can see it does it for raw GL calls, but not GLStateManager

Adding to this, I often use the output of `git describe` as it includes the tag, how many commits since that tag and a sha ref. This means that merging...

Can you give an example of how/where you're using tables that you don't want to have the default styles?

Encountered this myself - deleting the username json in `~.sfdx` and re-authorising solved it. The Refresh token was not being encrypted!

Same issue as OP [log.txt](https://github.com/Goz3rr/SatisfactorySaveEditor/files/4239032/log.txt)

Still happens on 0.14.4, see #221 for my logs

For reference, to make an api jar, you can use something like this (just need to change the `include` line) ``` task apiJar(type: Jar) { classifier "api" dependsOn "sourceMainJava" include...

Even just having the `api` artifact in the `build.gradle` would help; I have no issues hosting a copy of it for projects I'm a part of